[lld] [LLD][COFF] Add ARM64EC support to findLineTable. (PR #87240)
Jacek Caban via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 2 10:04:13 PDT 2024
================
@@ -1735,6 +1735,8 @@ static uint32_t getSecrelReloc(llvm::COFF::MachineTypes machine) {
case ARMNT:
return COFF::IMAGE_REL_ARM_SECREL;
case ARM64:
+ case ARM64EC:
+ case ARM64X:
----------------
cjacek wrote:
I created #87370 with mentioned clean up. On top of that, this PR could look like this: https://github.com/cjacek/llvm-project/commit/e8e0b1cd41bdcfb39e8e42f26da0ec43b2839606
https://github.com/llvm/llvm-project/pull/87240
More information about the llvm-commits
mailing list