mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'main' into rebranch
Conflict in CAS options when `std::vector<std::string> CacheReplayPrefixMap;` was added. Conflicts: include/swift/Frontend/FrontendOptions.h Resolution: Take both
This commit is contained in:
@@ -1818,6 +1818,9 @@ static bool ParseSearchPathArgs(SearchPathOptions &Opts,
|
||||
auto SplitMap = StringRef(A).split('=');
|
||||
Opts.DeserializedPathRecoverer.addMapping(SplitMap.first, SplitMap.second);
|
||||
}
|
||||
for (StringRef Opt : Args.getAllArgValues(OPT_scanner_prefix_map)) {
|
||||
Opts.ScannerPrefixMapper.push_back(Opt.str());
|
||||
}
|
||||
// Opts.RuntimeIncludePath is set by calls to
|
||||
// setRuntimeIncludePath() or setMainExecutablePath().
|
||||
// Opts.RuntimeImportPath is set by calls to
|
||||
|
||||
Reference in New Issue
Block a user