Skip to content

Commit 0bbbbd2

Browse files
committed
Incremental option
1 parent 97ddc4e commit 0bbbbd2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

include/swift/Option/Options.td

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,6 +1674,18 @@ def disable_incremental_imports :
16741674
HelpText<"Disable cross-module incremental build metadata and "
16751675
"driver scheduling for Swift modules">;
16761676

1677+
def enable_incremental_file_hashing :
1678+
Flag<["-"], "enable-incremental-file-hashing">,
1679+
Flags<[NewDriverOnlyOption]>,
1680+
HelpText<"Enable hashing of input and dependency file data "
1681+
"that can prevent unnecessary invalidation">;
1682+
1683+
def disable_incremental_file_hashing :
1684+
Flag<["-"], "disable-incremental-file-hashing">,
1685+
Flags<[NewDriverOnlyOption]>,
1686+
HelpText<"Disable hashing of input and dependency file data "
1687+
"that can prevent unnecessary invalidation">;
1688+
16771689
def index_file : Flag<["-"], "index-file">,
16781690
HelpText<"Produce index data for a source file">, ModeOpt,
16791691
Flags<[NoInteractiveOption, DoesNotAffectIncrementalBuild]>;

0 commit comments

Comments
 (0)