This adds very minimal support for ARM64EC/ARM64X targets, just enough for interesting test cases. Next patches in the series extend llvm-objdump and llvm-readobj to provide better tests. Those will also be useful for testing further ARM64EC LLD support.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lld/test/COFF/arm64ec.test | ||
---|---|---|
15 | Nevermind, for both comments here - it becomes quite reasonable in the next patch, and it's probably cleanest to leave this as is. |
Comment Actions
I changed tests to include ARM64X input object, which also allowed testing ARM64X headers in this patch. I also moved data tests to the next patch, where it makes more sense.
Is it possible to add a check for arm64x too, or is harder to create such object files?