[compiler-rt] [flang] [llvm] [AArch64] fix trampoline implementation: use X15 (PR #126743)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Tue May 13 14:04:38 PDT 2025


================
@@ -1,35 +1,26 @@
-; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+;; Testing that nest uses x15 on all calling conventions (except Arm64EC)
----------------
efriedma-quic wrote:

So, nest works, but init.trampoline is broken because it's generating code for the wrong architecture?  I guess that's okay.

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


More information about the llvm-commits mailing list