summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
Diffstat (limited to 'lldb')
-rw-r--r--lldb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/Makefile b/lldb/Makefile
index 62d98781ad7..6a592ae349a 100644
--- a/lldb/Makefile
+++ b/lldb/Makefile
@@ -25,6 +25,9 @@ endif
# 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
OpenPOWER on IntegriCloud