mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -183,8 +183,9 @@ int swift_symbolgraph_extract_main(ArrayRef<const char *> Args,
|
||||
.Default(AccessLevel::Public);
|
||||
}
|
||||
|
||||
if (CI.setup(Invocation)) {
|
||||
llvm::outs() << "Failed to setup compiler instance\n";
|
||||
std::string InstanceSetupError;
|
||||
if (CI.setup(Invocation, InstanceSetupError)) {
|
||||
llvm::outs() << InstanceSetupError << '\n';
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user