llvm-project
afdc4b15
- [lld][WebAssembly] Don't mark `--start-lib`/`--end-lib` files as live (#137714)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Previous Change (CTRL+↑)
Next Change (CTRL+↓)
Expand Context Lines
Collapse Context Lines
Hide Minimap (CTRL+M)
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.
References
#137714 - [lld][WebAssembly] Don't mark `--start-lib`/`--end-lib` files as live
Author
sbc100
Parents
0e07478a
Files
3
lld
test/wasm/Inputs
start-lib1.s
wasm
Driver.cpp
InputFiles.cpp
Loading