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" _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits