[clang] [llvm] [AArch64][PAC] Handle signing of init/fini pointers in AsmPrinter (PR #193087)

Anatoly Trosinenko via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 4 03:43:03 PDT 2026


================
@@ -1485,6 +1485,16 @@ void CodeGenModule::Release() {
     if (LangOpts.PointerAuthELFGOT)
       getModule().addModuleFlag(llvm::Module::Error, "ptrauth-elf-got", 1);
 
+    if (T.isAArch64()) {
----------------
atrosinenko wrote:

Note: this condition is copied from #204226. It should be dropped in the final version (as I assume this PR to depend on #204226 anyway).

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


More information about the llvm-commits mailing list