mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'main' into 'rebranch'
This commit is contained in:
@@ -2626,7 +2626,9 @@ 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);
|
||||
// Always producing all outputs when caching is enabled.
|
||||
Opts.AlwaysCompile |= Args.hasArg(OPT_always_compile_output_files) ||
|
||||
Args.hasArg(OPT_cache_compile_job);
|
||||
|
||||
Opts.EnableDynamicReplacementChaining |=
|
||||
Args.hasArg(OPT_enable_dynamic_replacement_chaining);
|
||||
|
||||
Reference in New Issue
Block a user