summaryrefslogtreecommitdiff
path: root/utils/unittest/UnitTestMain
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-06-02 22:02:57 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-06-02 22:02:57 +0000
commit4839d872fca46ec83a76ed8db041b03df3616cfd (patch)
tree95ab66f0603a29d92421c4aff5cb8c06c5de2b2d /utils/unittest/UnitTestMain
parent57240ff6e2252f8986f6e47e4010bc52fbae25d1 (diff)
downloadllvm-4839d872fca46ec83a76ed8db041b03df3616cfd.tar.gz
llvm-4839d872fca46ec83a76ed8db041b03df3616cfd.tar.bz2
llvm-4839d872fca46ec83a76ed8db041b03df3616cfd.tar.xz
Update Readme and Makefiles for the new gtest.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105355 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/unittest/UnitTestMain')
-rw-r--r--utils/unittest/UnitTestMain/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/unittest/UnitTestMain/Makefile b/utils/unittest/UnitTestMain/Makefile
index 5c1004942d..16ac38b568 100644
--- a/utils/unittest/UnitTestMain/Makefile
+++ b/utils/unittest/UnitTestMain/Makefile
@@ -18,9 +18,5 @@ REQUIRES_RTTI = 1
CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
CPP.Flags += $(NO_MISSING_FIELD_INITIALIZERS) $(NO_VARIADIC_MACROS)
CPP.Flags += -DGTEST_HAS_RTTI=0
-# libstdc++'s TR1 <tuple> header depends on RTTI and uses C++'0x features not
-# supported by Clang, so force googletest to use its own tuple implementation.
-# When we import googletest >=1.4.0, we can drop this line.
-CPP.Flags += -DGTEST_HAS_TR1_TUPLE=0
include $(LEVEL)/Makefile.common