[clang] [clang-tools-extra] [llvm] [lld] [lld][AArch64][ELF][PAC] Support AUTH relocations and AUTH ELF marking (PR #72714)

Daniil Kovalev via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 31 11:25:12 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) {
----------------
kovdan01 wrote:

Ah, thanks, removed that. The logic was moved to `RelocationScanner::processAux`

https://github.com/llvm/llvm-project/pull/72714


More information about the cfe-commits mailing list