]> granicus.if.org Git - clang/commit
Darwin: fix stdlib handling when CLANG_DEFAULT_STDLIB is set
authorTim Northover <tnorthover@apple.com>
Mon, 15 Feb 2016 16:38:10 +0000 (16:38 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 15 Feb 2016 16:38:10 +0000 (16:38 +0000)
commitcb4f0f8444fa15596e76e9b182b64b52f1b62227
treee1301917ecb2e61a8a95df610cf1648ebda67150
parent93de2a0297b6b058f67fe1b622f2a084ea752291
Darwin: fix stdlib handling when CLANG_DEFAULT_STDLIB is set

I'd accidentally skipped the CMake check in a premature optimisation. I'd also
put the original test in completely the wrong place.

Thanks Jonas Hahnfeld!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260898 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp
test/Driver/darwin-stdlib.cpp [moved from darwin-stdlib.cpp with 100% similarity]