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.
2 parents cdbbe7a + 9ee1911 commit c3fdab2Copy full SHA for c3fdab2
lib/ClangImporter/ClangModuleDependencyScanner.cpp
@@ -143,8 +143,6 @@ ModuleDependencyVector ClangImporter::bridgeClangModuleDependencies(
143
if (!ctx.CASOpts.EnableCaching) {
144
auto &overlayFiles = invocation.getMutHeaderSearchOpts().VFSOverlayFiles;
145
for (auto overlay : overlayFiles) {
146
- if (llvm::is_contained(ctx.SearchPathOpts.VFSOverlayFiles, overlay))
147
- continue;
148
swiftArgs.push_back("-vfsoverlay");
149
swiftArgs.push_back(overlay);
150
}
0 commit comments