Skip to content

Commit a2ac138

Browse files
committed
Swift: do not abort if cannot archive a source file
1 parent 29c47ad commit a2ac138

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

swift/extractor/SwiftExtractor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ static void archiveFile(const SwiftExtractorConfiguration& config, swift::Source
4646
if (ec) {
4747
std::cerr << "Cannot archive source file " << srcFilePath << " -> " << dstFilePath << ": "
4848
<< ec.message() << "\n";
49-
std::abort();
5049
}
5150
}
5251

0 commit comments

Comments
 (0)