[lld] [clang-tools-extra] [llvm] [clang] [lld][AArch64][ELF][PAC] Support AUTH relocations and AUTH ELF marking (PR #72714)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 21:12:47 PST 2024
================
@@ -1461,6 +1493,33 @@ template <class ELFT, class RelTy> void RelocationScanner::scanOne(RelTy *&i) {
}
}
+ // if (config->emachine == EM_AARCH64 && type == R_AARCH64_AUTH_ABS64) {
----------------
MaskRay wrote:
Why is this commented out?
https://github.com/llvm/llvm-project/pull/72714
More information about the llvm-commits
mailing list