llvm-project
e925e528 - [lld][WebAssembly] Fix check for implicitly exported mutable globals (#160966)

Commit
339 days ago
[lld][WebAssembly] Fix check for implicitly exported mutable globals (#160966) This check is designed to avoid exporting mutable globals in the case when mutable globals are not available. However, it was being applied in all cases even when mutable globals was enabled. This error is particularly bad since mutable-globals have been enabled in default CPU for a while now, meaning that this condition should not be firing in the wild very often.
Author
Parents
Loading