[Lldb-commits] [lldb] r151198 - /lldb/trunk/Makefile

Benjamin Kramer benny.kra at googlemail.com
Wed Feb 22 13:00:17 PST 2012


Author: d0k
Date: Wed Feb 22 15:00:17 2012
New Revision: 151198

URL: http://llvm.org/viewvc/llvm-project?rev=151198&view=rev
Log:
Revert the RTTI change from r151187. It make lldb compile with g++ 4.4 but it doesn't link anymore. The bug seems to be fixed in g++ 4.5.

Modified:
    lldb/trunk/Makefile

Modified: lldb/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/Makefile?rev=151198&r1=151197&r2=151198&view=diff
==============================================================================
--- lldb/trunk/Makefile (original)
+++ lldb/trunk/Makefile Wed Feb 22 15:00:17 2012
@@ -25,9 +25,6 @@
 # Set LLVM source root level.
 LEVEL := $(LLDB_LEVEL)/../..
 
-# shared_ptr from libstdc++ requires RTTI.
-REQUIRES_RTTI := 1
-
 # Include LLVM common makefile.
 include $(LEVEL)/Makefile.common
 





More information about the lldb-commits mailing list