Skip to content

Commit af0247e

Browse files
committed
Disable this check for now some bots are failing
rdar://54708850
1 parent fca6fa4 commit af0247e

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
@@ -590,7 +590,7 @@ bool swift::performLLVM(IRGenOptions &Opts, DiagnosticEngine *Diags,
590590
if (DiagMutex)
591591
DiagMutex->unlock();
592592
}
593-
593+
#if 0
594594
#ifndef NDEBUG
595595
if (!OriginalOutputFilename.empty()) {
596596
// We're done changing the file; make sure it's saved before we compare.
@@ -626,6 +626,7 @@ bool swift::performLLVM(IRGenOptions &Opts, DiagnosticEngine *Diags,
626626
llvm_unreachable("one of these should be a temporary file");
627627
}
628628
}
629+
#endif
629630
#endif
630631

631632
return false;

0 commit comments

Comments
 (0)