mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AssociatedTypeInference: Add -dump-type-witness-systems flag to enable debug output
This commit is contained in:
@@ -955,6 +955,8 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
}
|
||||
}
|
||||
|
||||
Opts.DumpTypeWitnessSystems = Args.hasArg(OPT_dump_type_witness_systems);
|
||||
|
||||
return HadError || UnsupportedOS || UnsupportedArch;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user