mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into next
This commit is contained in:
@@ -1238,6 +1238,12 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
/*emitWarnings=*/true);
|
||||
}
|
||||
|
||||
if (const Arg *A =
|
||||
Args.getLastArg(options::OPT_sanitize_address_use_odr_indicator)) {
|
||||
IRGenOpts.SanitizeAddressUseODRIndicator =
|
||||
parseSanitizerAddressUseODRIndicator(A, Opts.Sanitizers, Diags);
|
||||
}
|
||||
|
||||
if (auto A = Args.getLastArg(OPT_enable_verify_exclusivity,
|
||||
OPT_disable_verify_exclusivity)) {
|
||||
Opts.VerifyExclusivity
|
||||
|
||||
Reference in New Issue
Block a user