[Lldb-commits] [lldb] r151187 - /lldb/trunk/Makefile
Benjamin Kramer
benny.kra at googlemail.com
Wed Feb 22 11:19:01 PST 2012
Author: d0k
Date: Wed Feb 22 13:19:01 2012
New Revision: 151187
URL: http://llvm.org/viewvc/llvm-project?rev=151187&view=rev
Log:
Enable RTTI for the Makefile build, hopefully getting the linux build a bit further.
Modified:
lldb/trunk/Makefile
Modified: lldb/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/Makefile?rev=151187&r1=151186&r2=151187&view=diff
==============================================================================
--- lldb/trunk/Makefile (original)
+++ lldb/trunk/Makefile Wed Feb 22 13:19:01 2012
@@ -25,6 +25,9 @@
# 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