rust/compiler/rustc_codegen_ssa
bjorn3 f141acf067 Move finalize_session_directory call out of cg_llvm
This causes it to be called even when passing `-Zno-link`, when linking
fails or when neither `--emit link` nor `--emit metadata` is used.
2020-10-10 15:20:35 +02:00
..
src Move finalize_session_directory call out of cg_llvm 2020-10-10 15:20:35 +02:00
Cargo.toml
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.