summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Makefile.unittest
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-01-26 19:04:37 +0000
committerBob Wilson <bob.wilson@apple.com>2010-01-26 19:04:37 +0000
commit9c71bb03f3d5f60612bd551f93b5c7ae3c216770 (patch)
tree7d7265b7d0642ce5b0b0c8db8d29775bdec83224 /llvm/unittests/Makefile.unittest
parent9ecd2f039fd5a6e1a27bc9b9a008a09261d21661 (diff)
downloadbcm5719-llvm-9c71bb03f3d5f60612bd551f93b5c7ae3c216770.tar.gz
bcm5719-llvm-9c71bb03f3d5f60612bd551f93b5c7ae3c216770.zip
Revert 94484. Re-disable unittests that need RTTI.
llvm-svn: 94569
Diffstat (limited to 'llvm/unittests/Makefile.unittest')
-rw-r--r--llvm/unittests/Makefile.unittest6
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/unittests/Makefile.unittest b/llvm/unittests/Makefile.unittest
index 65638b2a4f6..656f5e2f412 100644
--- a/llvm/unittests/Makefile.unittest
+++ b/llvm/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
OpenPOWER on IntegriCloud