mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user