Make REQUIRES_RTTI work.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 11 Sep 2009 15:39:39 +0000 (15:39 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 11 Sep 2009 15:39:39 +0000 (15:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81522 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index fca687cd89ca23ee7c04a38f664b89e395362870..014d6973cf06799bc5aa06ebe116efa5c040f7c3 100644 (file)
@@ -345,7 +345,7 @@ endif
 
 # IF REQUIRES_RTTI=1 is specified then don't disable run-time type id
 ifndef REQUIRES_RTTI
-#  CXX.Flags += -fno-rtti
+  CXX.Flags += -fno-rtti
 endif
 
 ifdef ENABLE_COVERAGE