Skip to content

Commit 087676d

Browse files
authored
Merge pull request #76941 from kubamracek/embedded-concurrency-no-incremental
Teach check-incremental about -emit-empty-object-file (which disables incremental LLVM codegen, so don't check timestamps if present)
2 parents bca125c + 2e4e196 commit 087676d

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)