Skip to content

Commit a2366ed

Browse files
committed
---
yaml --- r: 347293 b: refs/heads/master c: e25f7ca h: refs/heads/master i: 347291: 12c63a8
1 parent 1629b4b commit a2366ed

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 68948a4871190f9e3168b4bc3e0f901b3891f45b
2+
refs/heads/master: e25f7cad83df4316e4fbafb2161d450550bdf6be
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/utils/check-incremental

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ 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+
7782
reference_md5, reference_time = compile_and_stat(new_args, output_file)
7883

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

0 commit comments

Comments
 (0)