mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add -Xfrontend -enable-address-dependencies
Temporary option to bootstrap '@'_addressable enforcement. Once all the SILGen cases are handled, we won't need this option.
This commit is contained in:
@@ -3013,6 +3013,9 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
Opts.ShouldFunctionsBePreservedToDebugger &=
|
||||
LTOKind.value() == IRGenLLVMLTOKind::None;
|
||||
|
||||
|
||||
Opts.EnableAddressDependencies = Args.hasArg(OPT_enable_address_dependencies);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user