From 4839d872fca46ec83a76ed8db041b03df3616cfd Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 2 Jun 2010 22:02:57 +0000 Subject: 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 --- unittests/Makefile.unittest | 4 ---- 1 file changed, 4 deletions(-) (limited to 'unittests/Makefile.unittest') diff --git a/unittests/Makefile.unittest b/unittests/Makefile.unittest index 8fbcfd2fb1..3bed567503 100644 --- a/unittests/Makefile.unittest +++ b/unittests/Makefile.unittest @@ -23,10 +23,6 @@ LLVMUnitTestExe = $(BuildMode)/$(TESTNAME)Tests$(EXEEXT) 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 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 TESTLIBS = -lGoogleTest -lUnitTestMain -- cgit v1.2.3