Skip to content

Commit b847352

Browse files
committed
Revert "For checking deterministic compilation, do an initial "warm-up" compilation for the clang module cache."
This reverts commit 6ee1a77. The bugs are fixed, so the workaround is no longer needed.
1 parent b9877c2 commit b847352

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

utils/check-incremental

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ def main():
7474
if VERBOSE:
7575
print("Reference compilation of " + output_file + ":")
7676

77-
# As a workaround for rdar://problem/43442957 and rdar://problem/43439465
78-
# we have to "warm-up" the clang module cache. Without that in some cases
79-
# we end up with small differences in the debug info.
80-
compile_and_stat(new_args, output_file)
81-
8277
reference_md5, reference_time = compile_and_stat(new_args, output_file)
8378

8479
subprocess.check_call(["cp", output_file, output_file + ".ref.o"])

0 commit comments

Comments
 (0)