Add 'nostdinc++' to the flags used by testit. Makes the tests run better on Mac OS X with the new depr.c headers change

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@251768 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow 2015-11-01 21:14:22 +00:00
parent fe11cfdd65
commit 59b5ea57c3

View File

@ -42,7 +42,7 @@ then
fi
if [ -z "$OPTIONS" ]
then
OPTIONS="-std=${CXX_LANG} -stdlib=libc++"
OPTIONS="-std=${CXX_LANG} -stdlib=libc++ -nostdinc++"
fi
OPTIONS="$OPTIONS -I$LIBCXX_ROOT/test/support"