Save/restore more items in cache with incremental compilation
This commit is contained in:
parent
914e43a664
commit
691e953da6
8 changed files with 97 additions and 5 deletions
|
@ -880,6 +880,8 @@ pub(crate) unsafe fn codegen(
|
|||
config.emit_obj != EmitObj::None,
|
||||
dwarf_object_emitted,
|
||||
config.emit_bc,
|
||||
config.emit_asm,
|
||||
config.emit_ir,
|
||||
&cgcx.output_filenames,
|
||||
))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue