We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69bc40 commit c3bf28cCopy full SHA for c3bf28c
tools/worker/output_file_map.cc
@@ -90,7 +90,7 @@ void OutputFileMap::UpdateForIncremental(const std::string &path) {
90
auto swiftdeps_path = ReplaceExtension(new_path, ".swiftdeps");
91
src_map["swift-dependencies"] = swiftdeps_path;
92
} else if (kind == "swiftdoc" || kind == "swiftinterface" ||
93
- kind == "swiftmodule") {
+ kind == "swiftmodule" || kind == "swiftsourceinfo") {
94
// Module/interface outputs should be moved to the incremental storage
95
// area without additional processing.
96
auto new_path = MakeIncrementalOutputPath(path);
0 commit comments