rust/src/test
bors 6511b4f7ee Auto merge of #45348 - alexcrichton:thinlto-timp, r=michaelwoerister
rustc: Add `_imp_` symbols later in compilation

On MSVC targets rustc will add symbols prefixed with `_imp_` to LLVM modules to
"emulate" dllexported statics as that workaround is still in place after #27438
hasn't been solved otherwise. These statics, however, were getting gc'd by
ThinLTO accidentally which later would cause linking failures.

This commit updates the location we add such symbols to happen just before
codegen to ensure that (a) they're not eliminated by the optimizer and (b) the
optimizer doesn't even worry about them.

Closes #45347
2017-10-20 23:08:17 +00:00
..
codegen Remove two obsolete min-llvm-version tests 2017-10-18 07:54:35 -07:00
codegen-units rustc: Handle #[inline(always)] at -O0 2017-10-11 17:12:29 -07:00
compile-fail Auto merge of #45359 - arielb1:escaping-borrow, r=eddyb 2017-10-20 14:33:43 +00:00
compile-fail-fulldeps change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
debuginfo Implement display_hint in gdb pretty printers 2017-10-06 13:05:53 -06:00
incremental Auto merge of #45104 - vitiral:incr_auto_assert2, r=michaelwoerister 2017-10-14 04:11:49 +00:00
mir-opt Update crate hashes in mir-opt test after changing hash algorithm. 2017-10-16 17:32:38 +02:00
parse-fail Implement dyn Trait syntax 2017-10-14 12:51:13 +03:00
pretty Fix tests 2017-10-08 23:52:15 +09:00
run-fail Migrate to eprint/eprintln macros where appropriate. 2017-09-28 11:38:35 -04:00
run-fail-fulldeps Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
run-make Auto merge of #45202 - alexcrichton:fix-inline-always, r=michaelwoerister 2017-10-16 16:02:43 +00:00
run-pass Auto merge of #45348 - alexcrichton:thinlto-timp, r=michaelwoerister 2017-10-20 23:08:17 +00:00
run-pass-fulldeps Auto merge of #45020 - MaloJaffre:needs-test, r=alexcrichton 2017-10-08 14:44:12 +00:00
run-pass-valgrind Add a run-pass-valgrind test for vecdeque issue 2017-09-24 10:56:08 -07:00
rustdoc modify tests to use new flag 2017-10-17 15:38:52 -04:00
ui Auto merge of #45080 - clippered:issue-44986/fix-windows-ui-path, r=estebank 2017-10-19 21:14:32 +00:00
ui-fulldeps Point at signature on unused lint 2017-09-25 13:25:54 -07:00
COMPILER_TESTS.md Merge ui/README.md into COMPILER_TESTS.md and describe how custom UI normalization works. 2017-07-11 16:57:53 +08:00