This commit is contained in:
Fangrui Song 2024-11-19 18:54:38 +01:00 committed by GitHub
commit 3a1cad663d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -336,6 +336,9 @@ void Project::loadDirectory(const std::string &root, Project::Folder &folder) {
rmdir(cdbDir.c_str()); rmdir(cdbDir.c_str());
#endif #endif
} }
#if LLVM_VERSION_MAJOR >= 10
cdb = tooling::expandResponseFiles(std::move(cdb), vfs::getRealFileSystem());
#endif
ProjectProcessor proc(folder); ProjectProcessor proc(folder);
StringSet<> seen; StringSet<> seen;