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

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 26 16:21:00 PDT 2025


dschuff 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/

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


More information about the llvm-commits mailing list