rust/compiler/rustc_codegen_llvm/src/back
Victor Ding c81b43d8ac Add -Z combine_cgu flag
Introduce a compiler option to let rustc combines all regular CGUs into
a single one at the end of compilation.

Part of Issue #64191
2020-09-09 17:32:23 +10:00
..
archive.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lto.rs Add -Z combine_cgu flag 2020-09-09 17:32:23 +10:00
profiling.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
write.rs Add -Z combine_cgu flag 2020-09-09 17:32:23 +10:00