llvm-project
afdc4b15 - [lld][WebAssembly] Don't mark `--start-lib`/`--end-lib` files as live (#137714)

Commit
90 days ago
[lld][WebAssembly] Don't mark `--start-lib`/`--end-lib` files as live (#137714) Without this change files in `--start-lib`/`--end-lib` groups were being marked as live, which means there static constructors were being included in the link.
Author
Parents
  • lld
    • test/wasm/Inputs
      • File
        start-lib1.s
    • wasm
      • File
        Driver.cpp
      • File
        InputFiles.cpp