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