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:
@@ -1825,6 +1825,9 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
Opts.EnableStackProtection =
|
||||
Args.hasFlag(OPT_enable_stack_protector, OPT_disable_stack_protector,
|
||||
Opts.EnableStackProtection);
|
||||
Opts.EnableMoveInoutStackProtection =
|
||||
Args.hasFlag(OPT_enable_move_inout_stack_protector, OPT_disable_stack_protector,
|
||||
Opts.EnableMoveInoutStackProtection);
|
||||
Opts.VerifyAll |= Args.hasArg(OPT_sil_verify_all);
|
||||
Opts.VerifyNone |= Args.hasArg(OPT_sil_verify_none);
|
||||
Opts.DebugSerialization |= Args.hasArg(OPT_sil_debug_serialization);
|
||||
|
||||
Reference in New Issue
Block a user