[compiler-rt] OS X: Update the CMake and Make builds to explicitely use libc++, mmaco...
authorKuba Brecka <kuba.brecka@gmail.com>
Thu, 29 Jan 2015 23:19:26 +0000 (23:19 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Thu, 29 Jan 2015 23:19:26 +0000 (23:19 +0000)
commit0f776b09050f4a31b581e5b0ec4f2885f3cb4cd6
tree14ca03d0428698abbb7e824053a8d1851cb17e10
parentf0abdae34e86cdea9627c82aab44b0e4603a2da7
[compiler-rt] OS X: Update the CMake and Make builds to explicitely use libc++, mmacosx-version-min and SDKs

In both CMake and Makefiles, we are inconsistent about the use of libstdc++ vs. libc++, SDKs and minimum deployment targets for OS X. Let's fix the detection of SDKs, and let's explicitely set that we link against libc++ and mmacosx-version-min is 10.7.

llvm-svn: 227509
compiler-rt/CMakeLists.txt
compiler-rt/lib/asan/tests/CMakeLists.txt
compiler-rt/make/platform/clang_darwin.mk