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 c820485 commit b6760e7Copy full SHA for b6760e7
include/swift/Option/Options.td
@@ -2107,6 +2107,13 @@ def emit_module_serialize_diagnostics_path:
2107
"<path>">,
2108
MetaVarName<"<path>">;
2109
2110
+def dependency_scan_serialize_diagnostics_path:
2111
+ Separate<["-"], "dependency-scan-serialize-diagnostics-path">,
2112
+ Flags<[ArgumentIsPath, SupplementaryOutput, NewDriverOnlyOption]>,
2113
+ HelpText<"Emit a serialized diagnostics file for the dependency scanning task to "
2114
+ "<path>">,
2115
+ MetaVarName<"<path>">;
2116
+
2117
def emit_module_dependencies_path:
2118
Separate<["-"], "emit-module-dependencies-path">,
2119
Flags<[ArgumentIsPath, SupplementaryOutput, NewDriverOnlyOption]>,
0 commit comments