mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge branch 'main' into tbkka-assertions2
This commit is contained in:
@@ -2996,6 +2996,7 @@ static bool ParseIRGenArgs(IRGenOptions &Opts, ArgList &Args,
|
||||
}
|
||||
Opts.DisableFrameworkAutolinking = Args.hasArg(OPT_disable_autolink_frameworks);
|
||||
Opts.DisableAllAutolinking = Args.hasArg(OPT_disable_all_autolinking);
|
||||
Opts.DisableForceLoadSymbols = Args.hasArg(OPT_disable_force_load_symbols);
|
||||
|
||||
Opts.GenerateProfile |= Args.hasArg(OPT_profile_generate);
|
||||
const Arg *ProfileUse = Args.getLastArg(OPT_profile_use);
|
||||
|
||||
Reference in New Issue
Block a user