mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -282,12 +282,12 @@ def no_parallel_scan : Flag<["-"], "no-parallel-scan">,
|
||||
HelpText<"Perform dependency scanning in a single-threaded fashion.">;
|
||||
|
||||
def enable_copy_propagation : Flag<["-"], "enable-copy-propagation">,
|
||||
HelpText<"Run SIL copy propagation with lexical lifetimes to shorten object "
|
||||
HelpText<"Always run SIL copy propagation with lexical lifetimes to shorten object "
|
||||
"lifetimes while preserving variable lifetimes.">;
|
||||
def copy_propagation_state_EQ :
|
||||
Joined<["-"], "enable-copy-propagation=">,
|
||||
HelpText<"Whether to enable copy propagation">,
|
||||
MetaVarName<"true|requested-passes-only|false">;
|
||||
MetaVarName<"always|optimizing|requested-passes-only|false">;
|
||||
|
||||
def disable_infer_public_concurrent_value : Flag<["-"], "disable-infer-public-sendable">,
|
||||
HelpText<"Disable inference of Sendable conformances for public structs and enums">;
|
||||
|
||||
Reference in New Issue
Block a user