Use a heavier hammer when --enable-libcpp is passed to bypass the tests
authorChandler Carruth <chandlerc@gmail.com>
Wed, 15 Jan 2014 21:21:48 +0000 (21:21 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 15 Jan 2014 21:21:48 +0000 (21:21 +0000)
commit070764ee855463a2c9224138bc056fa4f2ef06da
tree4b16f9574fd785466a44ede989d57e5b28c0233e
parent36280bde5808460b0a41df4de9f382bfd70cbe09
Use a heavier hammer when --enable-libcpp is passed to bypass the tests
which catch buggy versions of libstdc++. While libc++ would pass them,
we don't actually update the state in the configure script to use libc++
when we pass --enable-libcpp, the logic for that is in the
Makefiles. So just completely skip the library test when that configure
flag is passed.

Hopefully this will be enough to fix the darwin bots at last, and thanks
to Duncan Smith for getting things set up so I can watch the bots myself
on lab.llvm.org and see any failures!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199334 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac
configure