Skip to content

Commit 321d2f9

Browse files
authored
Merge pull request swiftlang#23283 from eeckstein/revert-workaround
2 parents b9877c2 + b847352 commit 321d2f9

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)