This is the LLD side of D25854
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| ELF/LTO.cpp | ||
|---|---|---|
| 115 ↗ | (On Diff #75380) | I'm not sure this condition is correct. isUndefined() is true for non-prevailing definitions, which I try to avoid. |
Differential D25855
[lld] Optimize undefined weak symbols in LTO link. Authored by eugenis on Oct 20 2016, 5:27 PM. |