We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bca125c + 2e4e196 commit 087676dCopy full SHA for 087676d
utils/check-incremental
@@ -61,6 +61,8 @@ def main():
61
write_obj_file = True
62
elif arg == '-disable-incremental-llvm-codegen':
63
compare_time = False
64
+ elif arg == '-emit-empty-object-file':
65
+ compare_time = False
66
elif arg == '-o':
67
next_arg_is_output = True
68
0 commit comments