Correct access notes flag spelling and add to driver

This commit is contained in:
Becca Royal-Gordon
2021-02-04 15:50:18 -08:00
parent af55bbcede
commit d347ffae0e
6 changed files with 13 additions and 5 deletions

View File

@@ -278,6 +278,7 @@ void ToolChain::addCommonFrontendArgs(const OutputInfo &OI,
options::OPT_disable_fuzzy_forward_scan_trailing_closure_matching);
inputArgs.AddLastArg(arguments,
options::OPT_verify_incremental_dependencies);
inputArgs.AddLastArg(arguments, options::OPT_access_notes_path);
// Pass on any build config options
inputArgs.AddAllArgs(arguments, options::OPT_D);