Skip to content

Commit 2ef26bb

Browse files
committed
---
yaml --- r: 349528 b: refs/heads/master-next c: ff7d2c2 h: refs/heads/master
1 parent 417081d commit 2ef26bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3-
refs/heads/master-next: c0de4e1126dc1527d409f9741009bd9487bfc107
3+
refs/heads/master-next: ff7d2c2503d070f32afd2a87cb42921fffcaa31c
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
66
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07

branches/master-next/lib/IRGen/IRGen.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ bool swift::performLLVM(IRGenOptions &Opts, DiagnosticEngine *Diags,
594594
if (DiagMutex)
595595
DiagMutex->unlock();
596596
}
597-
597+
#if 0
598598
#ifndef NDEBUG
599599
if (!OriginalOutputFilename.empty()) {
600600
// We're done changing the file; make sure it's saved before we compare.
@@ -630,6 +630,7 @@ bool swift::performLLVM(IRGenOptions &Opts, DiagnosticEngine *Diags,
630630
llvm_unreachable("one of these should be a temporary file");
631631
}
632632
}
633+
#endif
633634
#endif
634635

635636
return false;

0 commit comments

Comments
 (0)