diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2015-11-01 21:14:22 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2015-11-01 21:14:22 +0000 |
| commit | 6028c03976d2e0a17c6d83546cacd00648ff8b13 (patch) | |
| tree | c02b5031de3eb65072803a44f23aca4b692c4aa1 | |
| parent | 00ec0bf828a30e4cfe643bfdf58a30aeaadc5c08 (diff) | |
| download | bcm5719-llvm-6028c03976d2e0a17c6d83546cacd00648ff8b13.tar.gz bcm5719-llvm-6028c03976d2e0a17c6d83546cacd00648ff8b13.zip | |
Add 'nostdinc++' to the flags used by testit. Makes the tests run better on Mac OS X with the new depr.c headers change
llvm-svn: 251768
| -rwxr-xr-x | libcxx/test/testit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/testit b/libcxx/test/testit index 821292efb5a..cac668497fa 100755 --- a/libcxx/test/testit +++ b/libcxx/test/testit @@ -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" |

