Save/restore more items in cache with incremental compilation
This commit is contained in:
parent
f7a6ac1c9a
commit
040afd36f3
@ -158,6 +158,8 @@ pub(crate) unsafe fn codegen(
|
|||||||
config.emit_obj != EmitObj::None,
|
config.emit_obj != EmitObj::None,
|
||||||
cgcx.target_can_use_split_dwarf && cgcx.split_debuginfo == SplitDebuginfo::Unpacked,
|
cgcx.target_can_use_split_dwarf && cgcx.split_debuginfo == SplitDebuginfo::Unpacked,
|
||||||
config.emit_bc,
|
config.emit_bc,
|
||||||
|
config.emit_asm,
|
||||||
|
config.emit_ir,
|
||||||
&cgcx.output_filenames,
|
&cgcx.output_filenames,
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user