mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add supplementary output path handling for extracted compile-time-known values
This commit is contained in:
@@ -1329,6 +1329,9 @@ static bool ParseSearchPathArgs(SearchPathOptions &Opts,
|
||||
if (const Arg *A = Args.getLastArg(OPT_batch_scan_input_file))
|
||||
Opts.BatchScanInputFilePath = A->getValue();
|
||||
|
||||
if (const Arg *A = Args.getLastArg(OPT_const_gather_protocols_file))
|
||||
Opts.ConstGatherProtocolListFilePath = A->getValue();
|
||||
|
||||
for (auto A : Args.getAllArgValues(options::OPT_serialized_path_obfuscate)) {
|
||||
auto SplitMap = StringRef(A).split('=');
|
||||
Opts.DeserializedPathRecoverer.addMapping(SplitMap.first, SplitMap.second);
|
||||
|
||||
Reference in New Issue
Block a user