mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
deprecate the -experimental-performance-annotations option
Performance annotations can now be used without specifying this option
This commit is contained in:
@@ -2058,8 +2058,6 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
} else if (Args.hasArg(OPT_EnbaleDefaultCMO)) {
|
||||
Opts.CMOMode = CrossModuleOptimizationMode::Default;
|
||||
}
|
||||
Opts.EnablePerformanceAnnotations |=
|
||||
Args.hasArg(OPT_ExperimentalPerformanceAnnotations);
|
||||
Opts.EnableStackProtection =
|
||||
Args.hasFlag(OPT_enable_stack_protector, OPT_disable_stack_protector,
|
||||
Opts.EnableStackProtection);
|
||||
|
||||
Reference in New Issue
Block a user