mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #26773 from nkcsgexi/abort-compiler-error
ABI/API checker: abort after error occurs while importing a module
This commit is contained in:
@@ -748,8 +748,11 @@ int dumpSwiftModules(const CompilerInvocation &InitInvok,
|
||||
|
||||
SDKNodeRoot *getSDKNodeRoot(SDKContext &SDKCtx,
|
||||
const CompilerInvocation &InitInvok,
|
||||
const llvm::StringSet<> &ModuleNames,
|
||||
CheckerOptions Opts);
|
||||
const llvm::StringSet<> &ModuleNames);
|
||||
|
||||
SDKNodeRoot *getEmptySDKNodeRoot(SDKContext &SDKCtx);
|
||||
|
||||
void dumpSDKRoot(SDKNodeRoot *Root, StringRef OutputFile);
|
||||
|
||||
int dumpSDKContent(const CompilerInvocation &InitInvok,
|
||||
const llvm::StringSet<> &ModuleNames,
|
||||
|
||||
Reference in New Issue
Block a user