rust/src/test/run-pass/thinlto
Alex Crichton 17fb43bdc6 rustc: Further tweak linkage in ThinLTO
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
2017-12-07 06:53:49 -08:00
..
auxiliary rustc: Add _imp_ symbols later in compilation 2017-10-18 07:01:29 -07:00
dylib-works.rs
msvc-imp-present.rs rustc: Add _imp_ symbols later in compilation 2017-10-18 07:01:29 -07:00
thin-lto-inlines.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
thin-lto-inlines2.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
weak-works.rs rustc: Further tweak linkage in ThinLTO 2017-12-07 06:53:49 -08:00