The DetectLibcxxIncludePath function had been using llvm::sys::fs::directory_iterator, and this updates it to use llvm::vfs::directory_iterator.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
clang/lib/Driver/ToolChains/Linux.cpp | ||
---|---|---|
868 ↗ | (On Diff #208546) | Nit: can you make vfs the first argument? |