mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -1036,6 +1036,9 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.AnalyzeRequirementMachine = Args.hasArg(
|
||||
OPT_analyze_requirement_machine);
|
||||
|
||||
Opts.DumpMacroExpansions = Args.hasArg(
|
||||
OPT_dump_macro_expansions);
|
||||
|
||||
if (const Arg *A = Args.getLastArg(OPT_debug_requirement_machine))
|
||||
Opts.DebugRequirementMachine = A->getValue();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user