about summary refs log tree commit diff
path: root/src/test/codegen-units/partitioning/incremental-merging.rs
AgeCommit message (Collapse)AuthorLines
2021-09-23Support incremental in compiletest for non-incremental modes.Eric Huss-2/+3
2020-08-30ty: remove obsolete printerDavid Wood-5/+4
This commit removes the obsolete printer and replaces all uses of it with `FmtPrinter`. Of the replaced uses, all but one use was in `debug!` logging, two cases were notable: - `MonoItem::to_string` is used in `-Z print-mono-items` and therefore affects the output of all codegen-units tests. - `DefPathBasedNames` was used in `librustc_codegen_llvm/type_of.rs` with `LLVMStructCreateNamed` and that'll now get different values, but this should result in no functional change. Signed-off-by: David Wood <david@davidtw.co>
2020-03-31Add a test case for incremental + codegen-units interaction.Michael Woerister-0/+42