================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to