NFC: Move AccessNotesPath to LangOptions

This commit is contained in:
Hamish Knight
2025-09-11 16:54:08 +01:00
parent 3ee222f619
commit 6ef8f45659
6 changed files with 10 additions and 10 deletions

View File

@@ -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 =