Skip to content

Commit 040afd3

Browse files
committed
Save/restore more items in cache with incremental compilation
1 parent f7a6ac1 commit 040afd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/back/write.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ pub(crate) unsafe fn codegen(
158158
config.emit_obj != EmitObj::None,
159159
cgcx.target_can_use_split_dwarf && cgcx.split_debuginfo == SplitDebuginfo::Unpacked,
160160
config.emit_bc,
161+
config.emit_asm,
162+
config.emit_ir,
161163
&cgcx.output_filenames,
162164
))
163165
}

0 commit comments

Comments
 (0)