diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-01-26 19:04:37 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-01-26 19:04:37 +0000 |
commit | 8dd0ab074a86ea5eaadfb970323ce133328a2860 (patch) | |
tree | 0a4e54fac18dead3dc51cfa043001d99def6e3b3 /unittests/Makefile.unittest | |
parent | d044612489c567b9ba35dc0f6fa0d3b12d78bc59 (diff) | |
download | external_llvm-8dd0ab074a86ea5eaadfb970323ce133328a2860.zip external_llvm-8dd0ab074a86ea5eaadfb970323ce133328a2860.tar.gz external_llvm-8dd0ab074a86ea5eaadfb970323ce133328a2860.tar.bz2 |
Revert 94484. Re-disable unittests that need RTTI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94569 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Makefile.unittest')
-rw-r--r-- | unittests/Makefile.unittest | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/unittests/Makefile.unittest b/unittests/Makefile.unittest index 65638b2..656f5e2 100644 --- a/unittests/Makefile.unittest +++ b/unittests/Makefile.unittest @@ -14,11 +14,7 @@ # Set up variables for building a unit test. ifdef TESTNAME -CXXFLAGS += -DGTEST_HAS_RTTI=0 -# gcc's TR1 <tuple> header depends on RTTI, so force googletest to use -# its own tuple implementation. When we import googletest >=1.4.0, we -# can drop this line. -CXXFLAGS += -DGTEST_HAS_TR1_TUPLE=0 +REQUIRES_RTTI = 1 include $(LEVEL)/Makefile.common |