mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #64943 from nkcsgexi/block-list
This commit is contained in:
@@ -1177,6 +1177,9 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
|
||||
Opts.DumpTypeWitnessSystems = Args.hasArg(OPT_dump_type_witness_systems);
|
||||
|
||||
for (auto A : Args.getAllArgValues(options::OPT_block_list_file)) {
|
||||
Opts.BlocklistConfigFilePath.push_back(A);
|
||||
}
|
||||
if (const Arg *A = Args.getLastArg(options::OPT_concurrency_model)) {
|
||||
Opts.ActiveConcurrencyModel =
|
||||
llvm::StringSwitch<ConcurrencyModel>(A->getValue())
|
||||
|
||||
Reference in New Issue
Block a user