]> granicus.if.org Git - clang/commit
On Darwin, libc++ may be installed alongside the compiler in
authorDouglas Gregor <dgregor@apple.com>
Fri, 29 Jul 2011 20:21:18 +0000 (20:21 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 29 Jul 2011 20:21:18 +0000 (20:21 +0000)
commitbaf41f16421a10c8ecd015baa686aa1b965ae5e3
treee614edb95c5a96e329e598f0cc233d5b65be85d0
parent2e09163890b51aa8766564780154531451a3cf0b
On Darwin, libc++ may be installed alongside the compiler in
lib/c++/v1. Look there first, before falling back to the normal
/usr/include/c++/v1. <rdar://problem/9866149>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136507 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/InitHeaderSearch.cpp