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 :
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+
16771689def index_file : Flag<["-"], "index-file">,
16781690 HelpText<"Produce index data for a source file">, ModeOpt,
16791691 Flags<[NoInteractiveOption, DoesNotAffectIncrementalBuild]>;
You can’t perform that action at this time.
0 commit comments