[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
Fri Mar 15 14:24:24 PDT 2024


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

Is there a PR up for that that I should tack this bit onto the end of?

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


More information about the cfe-commits mailing list