Compare commits

...

2 Commits

Author SHA1 Message Date
Fangrui Song
3a1cad663d
Merge 9a90b44b17 into 3640f899f1 2024-11-19 18:54:38 +01:00
Fangrui Song
9a90b44b17 project: Expand response files 2022-01-17 21:09:36 -08:00

View File

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