mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge branch 'main' into block-list
This commit is contained in:
@@ -2367,6 +2367,7 @@ static bool ParseIRGenArgs(IRGenOptions &Opts, ArgList &Args,
|
||||
Opts.UseProfile = ProfileUse ? ProfileUse->getValue() : "";
|
||||
|
||||
Opts.PrintInlineTree |= Args.hasArg(OPT_print_llvm_inline_tree);
|
||||
Opts.AlwaysCompile |= Args.hasArg(OPT_always_compile_output_files);
|
||||
|
||||
Opts.EnableDynamicReplacementChaining |=
|
||||
Args.hasArg(OPT_enable_dynamic_replacement_chaining);
|
||||
|
||||
Reference in New Issue
Block a user