Skip to content

Commit b83d33f

Browse files
author
Sam Pyankov
committed
Added NewDriverOnlyOption to the new flag
1 parent d755676 commit b83d33f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/Option/Options.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,6 +2354,7 @@ def cache_replay_prefix_map: MultiArg<["-"], "cache-replay-prefix-map", 2>,
23542354
HelpText<"Remap paths when replaying outputs from cache">, MetaVarName<"<prefix> <replacement>">;
23552355

23562356
def register_module_dependency : Separate<["-"], "register-module-dependency">,
2357+
Flags<[NewDriverOnlyOption]>,
23572358
HelpText<"Register module for dependency scan without importing in the frontend">;
23582359

23592360

0 commit comments

Comments
 (0)