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)
This commit is contained in:
Kuba (Brecka) Mracek
2024-10-11 02:34:26 -07:00
committed by GitHub

View File

@@ -61,6 +61,8 @@ def main():
write_obj_file = True
elif arg == '-disable-incremental-llvm-codegen':
compare_time = False
elif arg == '-emit-empty-object-file':
compare_time = False
elif arg == '-o':
next_arg_is_output = True