async-llvm(8): Clean up resource management and drop LLVM modules ASAP.

This commit is contained in:
Michael Woerister 2017-07-25 17:26:24 +02:00
parent 4282dd87ea
commit 645841ea44
4 changed files with 256 additions and 151 deletions

View file

@ -237,8 +237,6 @@ pub fn compile_input(sess: &Session,
phase5_result);
phase5_result?;
write::cleanup_llvm(&trans);
phase_6_link_output(sess, &trans, &outputs);
// Now that we won't touch anything in the incremental compilation directory