mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
NFC: Move AccessNotesPath to LangOptions
This commit is contained in:
@@ -372,9 +372,6 @@ bool ArgsToFrontendOptionsConverter::convert(
|
||||
if (!computeModuleAliases())
|
||||
return true;
|
||||
|
||||
if (const Arg *A = Args.getLastArg(OPT_access_notes_path))
|
||||
Opts.AccessNotesPath = A->getValue();
|
||||
|
||||
if (const Arg *A = Args.getLastArg(OPT_serialize_debugging_options,
|
||||
OPT_no_serialize_debugging_options)) {
|
||||
Opts.SerializeOptionsForDebugging =
|
||||
|
||||
Reference in New Issue
Block a user