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.
1 parent fc7068e commit 2e4e196Copy full SHA for 2e4e196
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