diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-03 08:46:55 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-03 08:46:55 +0000 |
commit | db25a7a24537ca8f5777c0e1b122bee0e9f74cb2 (patch) | |
tree | ca9a2ac361a07e5467da5e9e89279c3825d35704 /lldb/source/Plugins/ObjectFile | |
parent | 7371aa365c9a0b8d805d44218116d94daed77012 (diff) | |
download | bcm5719-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/ObjectFile')
4 files changed, 0 insertions, 8 deletions
diff --git a/lldb/source/Plugins/ObjectFile/ELF/CMakeLists.txt b/lldb/source/Plugins/ObjectFile/ELF/CMakeLists.txt index ef05dcb3fd5..69ec80c62bf 100644 --- a/lldb/source/Plugins/ObjectFile/ELF/CMakeLists.txt +++ b/lldb/source/Plugins/ObjectFile/ELF/CMakeLists.txt @@ -1,5 +1,3 @@ -set(LLVM_NO_RTTI 1) - add_lldb_library(lldbPluginObjectFileELF ELFHeader.cpp ObjectFileELF.cpp diff --git a/lldb/source/Plugins/ObjectFile/JIT/CMakeLists.txt b/lldb/source/Plugins/ObjectFile/JIT/CMakeLists.txt index 1e87e1fba64..979724bac5a 100644 --- a/lldb/source/Plugins/ObjectFile/JIT/CMakeLists.txt +++ b/lldb/source/Plugins/ObjectFile/JIT/CMakeLists.txt @@ -1,5 +1,3 @@ -set(LLVM_NO_RTTI 1) - add_lldb_library(lldbPluginObjectFileJIT ObjectFileJIT.cpp ) diff --git a/lldb/source/Plugins/ObjectFile/Mach-O/CMakeLists.txt b/lldb/source/Plugins/ObjectFile/Mach-O/CMakeLists.txt index 06ea8317983..45d45860b9e 100644 --- a/lldb/source/Plugins/ObjectFile/Mach-O/CMakeLists.txt +++ b/lldb/source/Plugins/ObjectFile/Mach-O/CMakeLists.txt @@ -1,5 +1,3 @@ -set(LLVM_NO_RTTI 1) - add_lldb_library(lldbPluginObjectFileMachO ObjectFileMachO.cpp ) diff --git a/lldb/source/Plugins/ObjectFile/PECOFF/CMakeLists.txt b/lldb/source/Plugins/ObjectFile/PECOFF/CMakeLists.txt index 1fb6bfa3ded..89c2bb2d1da 100644 --- a/lldb/source/Plugins/ObjectFile/PECOFF/CMakeLists.txt +++ b/lldb/source/Plugins/ObjectFile/PECOFF/CMakeLists.txt @@ -1,5 +1,3 @@ -set(LLVM_NO_RTTI 1) - add_lldb_library(lldbPluginObjectFilePECOFF ObjectFilePECOFF.cpp ) |