| commit | 1c697e99b6628612be86e00b5411c9c39afd798d | [log] [tgz] |
|---|---|---|
| author | Peter Collingbourne <peter@pcc.me.uk> | Wed May 03 19:23:30 2017 +0000 |
| committer | Peter Collingbourne <peter@pcc.me.uk> | Wed May 03 19:23:30 2017 +0000 |
| tree | 0f295950cc230971d561fca316d8ed36ff6c870d | |
| parent | 4c1104e199358653a77a85a3eb89e6c45ff73973 [diff] |
Revert r301897, "ELF: Set symbol binding to STB_GLOBAL when undefining symbols during LTO." It doesn't matter what binding we store in a non-UsedInRegularObj undefined symbol because we should reset it when we see a real undefined symbol in a combined LTO object. The fact that we weren't doing so before is a bug (PR32899) which is now fixed. llvm-svn: 302067