diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-02 22:02:57 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-02 22:02:57 +0000 |
commit | 4839d872fca46ec83a76ed8db041b03df3616cfd (patch) | |
tree | 95ab66f0603a29d92421c4aff5cb8c06c5de2b2d /utils/unittest/UnitTestMain/Makefile | |
parent | 57240ff6e2252f8986f6e47e4010bc52fbae25d1 (diff) | |
download | external_llvm-4839d872fca46ec83a76ed8db041b03df3616cfd.zip external_llvm-4839d872fca46ec83a76ed8db041b03df3616cfd.tar.gz external_llvm-4839d872fca46ec83a76ed8db041b03df3616cfd.tar.bz2 |
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/Makefile')
-rw-r--r-- | utils/unittest/UnitTestMain/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/unittest/UnitTestMain/Makefile b/utils/unittest/UnitTestMain/Makefile index 5c10049..16ac38b 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 |