[compiler-rt] [llvm] [AArch64] Implement INIT/ADJUST_TRAMPOLINE (PR #70267)

Carlos Seo via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 08:10:20 PDT 2024


ceseo wrote:

> I had a go at trying this out for a case where we generate the trampoline in flang but we currently don't have the -rtlib=compiler-rt flag and it looks like this will require compiler-rt over libgcc_s? I'll try to quickly implement -rtlib so I can see if this works for our flang cases.

I noticed this today as well. It wasn't happening when I first submitted the patch a long time ago. Did something change in compiler-rt that may affect this?

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


More information about the llvm-commits mailing list