This commit is contained in:
Fangrui Song 2025-07-06 07:46:52 +02:00 committed by GitHub
commit 9b4cc41ff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -323,6 +323,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;