[lld] wasm-ld: Implement function pointer alignment (PR #105532)
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 14 09:56:43 PDT 2025
sbc100 wrote:
> Hey @sbc100, do you have any advise on what other alignment I'm missing to get this working?
What exactly are you asking here? I looks like the current patch is causing a crash? I would try to reproduce it using a simple example, and build with debug info so you can see where the crash is happening.
If your example is simple enough you it should be possible so simply decompile it and see where the bad function pointer is.
https://github.com/llvm/llvm-project/pull/105532
More information about the llvm-commits
mailing list