Skip to content

Commit c3bf28c

Browse files
Add swiftsourceinfo file to worker incremental outputs (#697)
1 parent d69bc40 commit c3bf28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/worker/output_file_map.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void OutputFileMap::UpdateForIncremental(const std::string &path) {
9090
auto swiftdeps_path = ReplaceExtension(new_path, ".swiftdeps");
9191
src_map["swift-dependencies"] = swiftdeps_path;
9292
} else if (kind == "swiftdoc" || kind == "swiftinterface" ||
93-
kind == "swiftmodule") {
93+
kind == "swiftmodule" || kind == "swiftsourceinfo") {
9494
// Module/interface outputs should be moved to the incremental storage
9595
// area without additional processing.
9696
auto new_path = MakeIncrementalOutputPath(path);

0 commit comments

Comments
 (0)