mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #80007 from hjyamauchi/androidoverlay
Propagate sysroot to module loader subinvocation
This commit is contained in:
@@ -712,6 +712,7 @@ public:
|
||||
std::error_code runInSubContext(StringRef moduleName,
|
||||
StringRef interfacePath,
|
||||
StringRef sdkPath,
|
||||
std::optional<StringRef> sysroot,
|
||||
StringRef outputPath,
|
||||
SourceLoc diagLoc,
|
||||
llvm::function_ref<std::error_code(ASTContext&, ModuleDecl*,
|
||||
@@ -720,6 +721,7 @@ public:
|
||||
std::error_code runInSubCompilerInstance(StringRef moduleName,
|
||||
StringRef interfacePath,
|
||||
StringRef sdkPath,
|
||||
std::optional<StringRef> sysroot,
|
||||
StringRef outputPath,
|
||||
SourceLoc diagLoc,
|
||||
bool silenceErrors,
|
||||
|
||||
Reference in New Issue
Block a user