mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into master-rebranch
This commit is contained in:
@@ -926,7 +926,8 @@ static bool ParseSearchPathArgs(SearchPathOptions &Opts,
|
||||
}
|
||||
if (const Arg *A = Args.getLastArg(OPT_placeholder_dependency_module_map))
|
||||
Opts.PlaceholderDependencyModuleMap = A->getValue();
|
||||
|
||||
if (const Arg *A = Args.getLastArg(OPT_batch_scan_input_file))
|
||||
Opts.BatchScanInputFilePath = A->getValue();
|
||||
// Opts.RuntimeIncludePath is set by calls to
|
||||
// setRuntimeIncludePath() or setMainExecutablePath().
|
||||
// Opts.RuntimeImportPath is set by calls to
|
||||
|
||||
Reference in New Issue
Block a user