[clang] [llvm] [CodeGen][AArch64][FMV] PAC the stub_helper's frame on arm64e (PR #84704)

Jon Roelofs via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 22 14:03:55 PDT 2024


================
@@ -2085,6 +2099,37 @@ void AArch64AsmPrinter::emitMachOIFuncStubHelperBody(Module &M,
                                    .addImm(2),
                                *STI);
 
+  if (TM.getTargetTriple().isArm64e()) {
+    //   autibsp
----------------
jroelofs wrote:

https://github.com/llvm/llvm-project/pull/84704/commits/ec43ccba4484e550f2e8732be8fc00f3110772ba

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


More information about the cfe-commits mailing list