summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/MemoryHistory
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/MemoryHistory
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/MemoryHistory')
-rw-r--r--lldb/source/Plugins/MemoryHistory/asan/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/MemoryHistory/asan/CMakeLists.txt b/lldb/source/Plugins/MemoryHistory/asan/CMakeLists.txt
index 442a538d414..8bfe95e3680 100644
--- a/lldb/source/Plugins/MemoryHistory/asan/CMakeLists.txt
+++ b/lldb/source/Plugins/MemoryHistory/asan/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginMemoryHistoryASan
MemoryHistoryASan.cpp
)