async-llvm(8): Clean up resource management and drop LLVM modules ASAP.
This commit is contained in:
parent
4282dd87ea
commit
645841ea44
4 changed files with 256 additions and 151 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue