Skip to content

Commit b6760e7

Browse files
committed
Add new-driver-only flag for dependency scanning serialized diagnostic output path
1 parent c820485 commit b6760e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

include/swift/Option/Options.td

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,6 +2107,13 @@ def emit_module_serialize_diagnostics_path:
21072107
"<path>">,
21082108
MetaVarName<"<path>">;
21092109

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+
21102117
def emit_module_dependencies_path:
21112118
Separate<["-"], "emit-module-dependencies-path">,
21122119
Flags<[ArgumentIsPath, SupplementaryOutput, NewDriverOnlyOption]>,

0 commit comments

Comments
 (0)