| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-12-07 | rustc: Further tweak linkage in ThinLTO | Alex Crichton | -0/+37 | |
| In #46382 the logic around linkage preservation with ThinLTO ws tweaked but the loop that registered all otherwise exported GUID values as "don't internalize me please" was erroneously too conservative and only asking "external" linkage items to not be internalized. Instead we actually want the inversion of that condition, everything *without* "local" linkage to be internalized. This commit updates the condition there, adds a test, and... Closes #46543 | ||||
