llvm-project
74c61116 - [lld][WebAssembly] Skip BSS when combining data segments (#127735)

Commit
345 days ago
[lld][WebAssembly] Skip BSS when combining data segments (#127735) In most circumstances BSS segments are not required in the output binary but combineOutputSegments was erroneously including them. This meant that PIC binaries were including the BSS data as zero in the binary. Fixes: https://github.com/emscripten-core/emscripten/issues/23683
Author
Parents
Loading