rust/src/test
bors 499e6f8844 Auto merge of #34594 - willcrichton:master, r=nrc
Move LLVM cleanup so modules are accessible during `after_llvm` phase

Fix for #34432. Also added a new phase controller `after_compilation_done` that gets called at the very end (i.e. after linking) at the suggestion of @nrc. The added test will segfault if the modules get deallocated too early, so it ensures the LLVM is not prematurely cleaned up.

r? @nrc
2016-07-04 22:24:08 -07:00
..
codegen
codegen-units
compile-fail Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturon 2016-07-03 14:33:55 -07:00
compile-fail-fulldeps
debuginfo Auto merge of #34639 - dzamlo:master, r=michaelwoerister 2016-07-04 15:09:36 -07:00
incremental
parse-fail
pretty
run-fail
run-fail-fulldeps
run-make Added new compilation phase and test 2016-07-04 02:47:19 -04:00
run-pass Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturon 2016-07-03 14:33:55 -07:00
run-pass-fulldeps
run-pass-valgrind
rustdoc
ui