mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into master-rebranch
This commit is contained in:
@@ -1609,6 +1609,9 @@ static bool performCompileStepsPostSILGen(
|
||||
|
||||
llvm::StringSet<> LinkerDirectives;
|
||||
collectLinkerDirectives(Invocation, MSF, LinkerDirectives);
|
||||
// Don't proceed to IRGen if collecting linker directives failed.
|
||||
if (Context.hadError())
|
||||
return true;
|
||||
StringRef OutputFilename = PSPs.OutputFilename;
|
||||
std::vector<std::string> ParallelOutputFilenames =
|
||||
Invocation.getFrontendOptions().InputsAndOutputs.copyOutputFilenames();
|
||||
|
||||
Reference in New Issue
Block a user