diff --git a/include/swift/Option/Options.td b/include/swift/Option/Options.td index 7d2bc8381575..ec6e28870e27 100644 --- a/include/swift/Option/Options.td +++ b/include/swift/Option/Options.td @@ -2353,6 +2353,11 @@ def cache_replay_prefix_map: MultiArg<["-"], "cache-replay-prefix-map", 2>, Flags<[FrontendOption, NoDriverOption, CacheInvariant]>, HelpText<"Remap paths when replaying outputs from cache">, MetaVarName<" ">; +def register_module_dependency : Separate<["-"], "register-module-dependency">, + Flags<[NewDriverOnlyOption]>, + HelpText<"Register module for dependency scan without importing in the frontend">; + + // END ONLY SUPPORTED IN NEW DRIVER