Skip to content

Commit 2e4e196

Browse files
committed
Teach check-incremental about -emit-empty-object-file (which disables incremental LLVM codegen, so don't check timestamps if present)
1 parent fc7068e commit 2e4e196

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/check-incremental

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ def main():
6161
write_obj_file = True
6262
elif arg == '-disable-incremental-llvm-codegen':
6363
compare_time = False
64+
elif arg == '-emit-empty-object-file':
65+
compare_time = False
6466
elif arg == '-o':
6567
next_arg_is_output = True
6668

0 commit comments

Comments
 (0)