]> granicus.if.org Git - clang/commit
Bitrig's standard C++ standard library changed from libstdc++ to libc++.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 1 May 2014 23:24:24 +0000 (23:24 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 1 May 2014 23:24:24 +0000 (23:24 +0000)
commit009a77818c53799db2d150e835332df6f5542004
treebbb0e0b56040f8a842820732289afac29e6f3b8e
parent7afba902f24345c3f74d8d4def2802655110876d
Bitrig's standard C++ standard library changed from libstdc++ to libc++.
Also, it uses libc++abi and needs pthread.  While there, fix the libc++
include path. Patch by Patrick Wildt!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207813 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h
test/Driver/bitrig.c