Skip to content

Commit 8ea7ccb

Browse files
committed
Incremental option
1 parent 97ddc4e commit 8ea7ccb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

include/swift/Option/Options.td

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,6 +1674,16 @@ 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+
HelpText<"Enable hashing of input and dependency file data "
1680+
"that can prevent unnecessary invalidation">;
1681+
1682+
def disable_incremental_file_hashing :
1683+
Flag<["-"], "disable-incremental-file-hashing">,
1684+
HelpText<"Disable hashing of input and dependency file data "
1685+
"that can prevent unnecessary invalidation">;
1686+
16771687
def index_file : Flag<["-"], "index-file">,
16781688
HelpText<"Produce index data for a source file">, ModeOpt,
16791689
Flags<[NoInteractiveOption, DoesNotAffectIncrementalBuild]>;

0 commit comments

Comments
 (0)