File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1674,6 +1674,18 @@ 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
+ 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
+
1677
1689
def index_file : Flag<["-"], "index-file">,
1678
1690
HelpText<"Produce index data for a source file">, ModeOpt,
1679
1691
Flags<[NoInteractiveOption, DoesNotAffectIncrementalBuild]>;
You can’t perform that action at this time.
0 commit comments