summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolVendor
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
commitb420bd8bd874ecd520d167a6c4580e43e146cefa (patch)
tree8a2beeceb8437914e84c6eee83e0c7180da44931 /lldb/source/Plugins/SymbolVendor
parentf6eddf460685baf873661cc5b9aea6053d59e12a (diff)
[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
Diffstat (limited to 'lldb/source/Plugins/SymbolVendor')
-rw-r--r--lldb/source/Plugins/SymbolVendor/ELF/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt2
2 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Plugins/SymbolVendor/ELF/CMakeLists.txt b/lldb/source/Plugins/SymbolVendor/ELF/CMakeLists.txt
index 9fa601697d5..cffc2ef7459 100644
--- a/lldb/source/Plugins/SymbolVendor/ELF/CMakeLists.txt
+++ b/lldb/source/Plugins/SymbolVendor/ELF/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginSymbolVendorELF
SymbolVendorELF.cpp
)
diff --git a/lldb/source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt b/lldb/source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt
index a17150ffbf9..093766ac07d 100644
--- a/lldb/source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt
+++ b/lldb/source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
include_directories(${LIBXML2_INCLUDE_DIR})
add_lldb_library(lldbPluginSymbolVendorMacOSX