File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1674,6 +1674,16 @@ def disable_incremental_imports :
1674
1674
HelpText<"Disable cross-module incremental build metadata and "
1675
1675
"driver scheduling for Swift modules">;
1676
1676
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
+
1677
1687
def index_file : Flag<["-"], "index-file">,
1678
1688
HelpText<"Produce index data for a source file">, ModeOpt,
1679
1689
Flags<[NoInteractiveOption, DoesNotAffectIncrementalBuild]>;
You can’t perform that action at this time.
0 commit comments