mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master-next'
# Conflicts: # include/swift/Frontend/FrontendInputsAndOutputs.h
This commit is contained in:
@@ -76,7 +76,7 @@ void CompilerInvocation::setDefaultPrebuiltCacheIfNecessary() {
|
||||
platform = getPlatformNameForTriple(LangOpts.Target);
|
||||
}
|
||||
llvm::sys::path::append(defaultPrebuiltPath, platform, "prebuilt-modules");
|
||||
FrontendOpts.PrebuiltModuleCachePath = defaultPrebuiltPath.str();
|
||||
FrontendOpts.PrebuiltModuleCachePath = std::string(defaultPrebuiltPath.str());
|
||||
}
|
||||
|
||||
static void updateRuntimeLibraryPaths(SearchPathOptions &SearchPathOpts,
|
||||
|
||||
Reference in New Issue
Block a user