rust/compiler/rustc_codegen_ssa/src
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
..
back Add -Z combine_cgu flag 2020-09-09 17:32:23 +10:00
coverageinfo mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
debuginfo Change ty.kind to a method 2020-09-04 17:47:51 +02:00
mir Change ty.kind to a method 2020-09-04 17:47:51 +02:00
traits Add -Z combine_cgu flag 2020-09-09 17:32:23 +10:00
base.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
common.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
glue.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
lib.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
meth.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
mono_item.rs ty: remove obsolete printer 2020-08-30 18:59:07 +01:00