summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/JITLoader
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/JITLoader
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/JITLoader')
-rw-r--r--lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt b/lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt
index d2208c4c517..bcf714dca59 100644
--- a/lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt
+++ b/lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
include_directories(.)
add_lldb_library(lldbPluginJITLoaderGDB
OpenPOWER on IntegriCloud