[libcxx] r251768 - Add 'nostdinc++' to the flags used by testit. Makes the tests run better on Mac OS X with the new depr.c headers change
Marshall Clow via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 1 13:14:22 PST 2015
Author: marshall
Date: Sun Nov 1 15:14:22 2015
New Revision: 251768
URL: http://llvm.org/viewvc/llvm-project?rev=251768&view=rev
Log:
Add 'nostdinc++' to the flags used by testit. Makes the tests run better on Mac OS X with the new depr.c headers change
Modified:
libcxx/trunk/test/testit
Modified: libcxx/trunk/test/testit
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/testit?rev=251768&r1=251767&r2=251768&view=diff
==============================================================================
--- libcxx/trunk/test/testit (original)
+++ libcxx/trunk/test/testit Sun Nov 1 15:14:22 2015
@@ -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"
More information about the cfe-commits
mailing list