summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2015-09-03 08:46:55 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2015-09-03 08:46:55 +0000
commitdb25a7a24537ca8f5777c0e1b122bee0e9f74cb2 (patch)
treeca9a2ac361a07e5467da5e9e89279c3825d35704 /lldb/source/Plugins/Process/gdb-remote
parent7371aa365c9a0b8d805d44218116d94daed77012 (diff)
downloadbcm5719-llvm-db25a7a24537ca8f5777c0e1b122bee0e9f74cb2.tar.gz
bcm5719-llvm-db25a7a24537ca8f5777c0e1b122bee0e9f74cb2.zip
[cmake] Remove LLVM_NO_RTTI.
Summary: This doesn't exist in other LLVM projects any longer and doesn't do anything. Reviewers: chaoren, labath Subscribers: emaste, tberghammer, lldb-commits, danalbert Differential Revision: http://reviews.llvm.org/D12586 llvm-svn: 246749
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/CMakeLists.txt b/lldb/source/Plugins/Process/gdb-remote/CMakeLists.txt
index 90278a7c9ce..8dbfa453f2c 100644
--- a/lldb/source/Plugins/Process/gdb-remote/CMakeLists.txt
+++ b/lldb/source/Plugins/Process/gdb-remote/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
include_directories(${LIBXML2_INCLUDE_DIR})
endif()
@@ -15,4 +13,4 @@ add_lldb_library(lldbPluginProcessGDBRemote
ProcessGDBRemote.cpp
ProcessGDBRemoteLog.cpp
ThreadGDBRemote.cpp
- ) \ No newline at end of file
+ )
OpenPOWER on IntegriCloud