================ @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits