mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Correct access notes flag spelling and add to driver
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user