Save/restore more items in cache with incremental compilation

This commit is contained in:
Michael Baikov 2024-04-06 09:07:54 -04:00
parent 914e43a664
commit 691e953da6
8 changed files with 97 additions and 5 deletions

View file

@ -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,
))
}