Skip to content

Commit ff7d2c2

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-rebranch
2 parents c0de4e1 + af0247e commit ff7d2c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)