We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0234f7a commit 4aa5b22Copy full SHA for 4aa5b22
include/swift/Option/Options.td
@@ -1917,6 +1917,11 @@ def driver_scan_dependencies_non_lib:
1917
HelpText<"Use calls to `swift-frontend -scan-dependencies` instead of "
1918
"dedicated dependency scanning library">;
1919
1920
+def always_rebuild_module_dependencies:
1921
+ Flag<["-"], "always-rebuild-module-dependencies">,
1922
+ Flags<[HelpHidden, NewDriverOnlyOption]>,
1923
+ HelpText<"Always rebuild module dependencies">;
1924
+
1925
def driver_warn_unused_options:
1926
Flag<["-"], "driver-warn-unused-options">,
1927
Flags<[HelpHidden, NewDriverOnlyOption]>,
0 commit comments