Compare commits

...

2 Commits

Author SHA1 Message Date
Fangrui Song
b8f4810824
Merge 9a90b44b17 into 962c0e72b4 2025-01-29 22:20:09 +00:00
Fangrui Song
9a90b44b17 project: Expand response files 2022-01-17 21:09:36 -08:00

View File

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