diff options
author | ssijaric-nv <ssijaric@nvidia.com> | 2025-01-09 22:09:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 22:09:08 -0800 |
commit | a4472c7dac7dc69ef6e76ad7f92a1865f199e046 (patch) | |
tree | bb080d28801188d097fd84d77c45e49b789f6742 /llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp | |
parent | 76fac9c01736b1254e42427f8e0910c0f1d01fba (diff) | |
download | llvm-a4472c7dac7dc69ef6e76ad7f92a1865f199e046.zip llvm-a4472c7dac7dc69ef6e76ad7f92a1865f199e046.tar.gz llvm-a4472c7dac7dc69ef6e76ad7f92a1865f199e046.tar.bz2 |
[AArch64] Fix the size passed to __trampoline_setup (#118234)
The trampoline size is 36 bytes on AArch64. The runtime function
__trampoline_setup aborts as it expects the trampoline size of at least 36
bytes, and the size passed is 20 bytes. Fix the inconsistency in
AArch64TargetLowering::LowerINIT_TRAMPOLINE.
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp')
0 files changed, 0 insertions, 0 deletions