[lld] [lld][WebAssembly] Fix check for implicitly exported mutable globals (PR #160966)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 26 16:34:17 PDT 2025


sbc100 wrote:

> So before we were basically just never exporting the stack pointer when EXPORT_ALL was set, and now we should be when mutable globals is available?

Yes, exactly.  

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


More information about the llvm-commits mailing list