]> granicus.if.org Git - clang/commit
Update libc++ include path detection to use VFS on Linux
authorJulie Hockett <juliehockett@google.com>
Wed, 10 Jul 2019 18:41:35 +0000 (18:41 +0000)
committerJulie Hockett <juliehockett@google.com>
Wed, 10 Jul 2019 18:41:35 +0000 (18:41 +0000)
commit63b3e47ef2f08d94a030a5bd05ba63749f9fba2a
treef2a13b667ae0401ef46e428bc243b75a3b8bb096
parent523e2cd1fe7c0242590b08ce4fcf67361f63f28c
Update libc++ include path detection to use VFS on Linux

The DetectLibcxxIncludePath function had been using
llvm::sys::fs::directory_iterator, and this updates it to use
llvm::vfs::directory_iterator.

Differential Revision: https://reviews.llvm.org/D64381

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365682 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/Linux.cpp