mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #8477 from graydon/rdar-30961871-metrics-mark-2
This commit is contained in:
@@ -187,6 +187,9 @@ static bool ParseFrontendArgs(FrontendOptions &Opts, ArgList &Args,
|
||||
Opts.DebugTimeExpressionTypeChecking |=
|
||||
Args.hasArg(OPT_debug_time_expression_type_checking);
|
||||
Opts.DebugTimeCompilation |= Args.hasArg(OPT_debug_time_compilation);
|
||||
if (const Arg *A = Args.getLastArg(OPT_stats_output_dir)) {
|
||||
Opts.StatsOutputDir = A->getValue();
|
||||
}
|
||||
|
||||
Opts.ValidateTBDAgainstIR |= Args.hasArg(OPT_validate_tbd_against_ir);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user