]> granicus.if.org Git - clang/commit
tests: Add explicit -stdlib=libstdc++ to tests that require it
authorJonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>
Fri, 12 Feb 2016 07:48:28 +0000 (07:48 +0000)
committerJonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>
Fri, 12 Feb 2016 07:48:28 +0000 (07:48 +0000)
commit4773245d342f56d9972ef0f11f5aad3baf31bfd4
tree3a445164b94f362a8cef34e2766a8d5fbe3ccad8
parent58e445a78490c6fdaf16f97f226db21444d1874e
tests: Add explicit -stdlib=libstdc++ to tests that require it

This will be needed for the next commit that allows to switch the default
C++ library which would otherwise make these tests fail.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260661 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
test/Driver/android-standalone.cpp
test/Driver/darwin-iphone-defaults.m
test/Driver/darwin-objc-gc.m
test/Driver/darwin-sanitizer-ld.c
test/Driver/gcc-toolchain.cpp
test/Driver/linux-header-search.cpp
test/Driver/mips-cs.cpp
test/Driver/mips-fsf.cpp
test/Driver/mips-img.cpp
test/Driver/sanitizer-ld.c
test/Driver/windows-cross.c
unittests/libclang/LibclangTest.cpp