Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/worker/output_file_map.cc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void OutputFileMap::UpdateForIncremental(const std::string &path) {
auto swiftdeps_path = ReplaceExtension(new_path, ".swiftdeps");
src_map["swift-dependencies"] = swiftdeps_path;
} else if (kind == "swiftdoc" || kind == "swiftinterface" ||
kind == "swiftmodule") {
kind == "swiftmodule" || kind == "swiftsourceinfo") {
// Module/interface outputs should be moved to the incremental storage
// area without additional processing.
auto new_path = MakeIncrementalOutputPath(path);
Expand Down