[lld] [lld] Refactor storage of PAuth ABI core info (PR #141920)

via llvm-commits llvm-commits at lists.llvm.org
Thu May 29 09:22:42 PDT 2025


================
@@ -2921,12 +2923,25 @@ static void readSecurityNotes(Ctx &ctx) {
       continue;
     }
 
-    if (ctx.aarch64PauthAbiCoreInfo != f->aarch64PauthAbiCoreInfo)
-      Err(ctx) << "incompatible values of AArch64 PAuth core info found\n>>> "
+    if (ctx.aarch64PauthAbiCoreInfo->aarch64PauthAbiPlatform !=
----------------
sivan-shani wrote:

Added.

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


More information about the llvm-commits mailing list