[llvm] [AArch64] Fix the size passed to __trampoline_setup (PR #118234)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 31 15:18:21 PST 2024
ssijaric-nv wrote:
Thanks, David. I have only seen cases where we go through the FrameIndex path as the trampoline is on the stack. I can add a test where the trampoline is a global belonging to a section that can be executed, which will trigger the 'else' check. Or perhaps turn the 'else' into an assert?
https://github.com/llvm/llvm-project/pull/118234
More information about the llvm-commits
mailing list