[lld] [lld][AArch64][ELF][PAC] Support AUTH relocations and AUTH ELF marking (PR #72714)

Daniil Kovalev via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 22:07:46 PST 2023


================
@@ -459,6 +460,8 @@ static void checkOptions() {
       error("-z force-bti only supported on AArch64");
     if (config->zBtiReport != "none")
       error("-z bti-report only supported on AArch64");
+    if (config->zPauthReport != "none")
+      error("-z pauth-report only supported on AArch64");
----------------
kovdan01 wrote:

Thanks, fixed in 589c6455a929f41ed3a79fc7d91119586eb1ee7b

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


More information about the llvm-commits mailing list