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/Process | |
| 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/Process')
9 files changed, 1 insertions, 19 deletions
diff --git a/lldb/source/Plugins/Process/FreeBSD/CMakeLists.txt b/lldb/source/Plugins/Process/FreeBSD/CMakeLists.txt index c4456a35615..c0e3374fef8 100644 --- a/lldb/source/Plugins/Process/FreeBSD/CMakeLists.txt +++ b/lldb/source/Plugins/Process/FreeBSD/CMakeLists.txt @@ -1,5 +1,3 @@ -set(LLVM_NO_RTTI 1) - include_directories(.) include_directories(../POSIX) include_directories(../Utility) diff --git a/lldb/source/Plugins/Process/Linux/CMakeLists.txt b/lldb/source/Plugins/Process/Linux/CMakeLists.txt index 568a65b4de3..80de8413d20 100644 --- a/lldb/source/Plugins/Process/Linux/CMakeLists.txt +++ b/lldb/source/Plugins/Process/Linux/CMakeLists.txt @@ -1,5 +1,3 @@ -set(LLVM_NO_RTTI 1) - include_directories(.) include_directories(../POSIX) include_directories(../Utility) diff --git a/lldb/source/Plugins/Process/MacOSX-Kernel/CMakeLists.txt b/lldb/source/Plugins/Process/MacOSX-Kernel/CMakeLists.txt index b0172037b04..681b7405e2b 100644 --- a/lldb/source/Plugins/Process/MacOSX-Kernel/CMakeLists.txt +++ b/lldb/source/Plugins/Process/MacOSX-Kernel/CMakeLists.txt @@ -1,5 +1,3 @@ -set(LLVM_NO_RTTI 1) - add_lldb_library(lldbPluginProcessMacOSXKernel CommunicationKDP.cpp ProcessKDP.cpp diff --git a/lldb/source/Plugins/Process/POSIX/CMakeLists.txt b/lldb/source/Plugins/Process/POSIX/CMakeLists.txt index 72b7717e095..2ed7326dbb7 100644 --- a/lldb/source/Plugins/Process/POSIX/CMakeLists.txt +++ b/lldb/source/Plugins/Process/POSIX/CMakeLists.txt @@ -1,5 +1,3 @@ -set(LLVM_NO_RTTI 1) - include_directories(.) include_directories(../Utility) diff --git a/lldb/source/Plugins/Process/Utility/CMakeLists.txt b/lldb/source/Plugins/Process/Utility/CMakeLists.txt index d856a4994b8..b216aeed2ef 100644 --- a/lldb/source/Plugins/Process/Utility/CMakeLists.txt +++ b/lldb/source/Plugins/Process/Utility/CMakeLists.txt @@ -1,7 +1,5 @@ include_directories(../../../Utility/) -set(LLVM_NO_RTTI 1) - add_lldb_library(lldbPluginProcessUtility DynamicRegisterInfo.cpp FreeBSDSignals.cpp diff --git a/lldb/source/Plugins/Process/Windows/Live/CMakeLists.txt b/lldb/source/Plugins/Process/Windows/Live/CMakeLists.txt index bf7a17538b2..200243a4036 100644 --- a/lldb/source/Plugins/Process/Windows/Live/CMakeLists.txt +++ b/lldb/source/Plugins/Process/Windows/Live/CMakeLists.txt @@ -1,5 +1,3 @@ -set(LLVM_NO_RTTI 1) - include_directories(.) include_directories(../../Utility) include_directories(../Common) diff --git a/lldb/source/Plugins/Process/elf-core/CMakeLists.txt b/lldb/source/Plugins/Process/elf-core/CMakeLists.txt index f1e4ffffaf0..1a4dd7e9d33 100644 --- a/lldb/source/Plugins/Process/elf-core/CMakeLists.txt +++ b/lldb/source/Plugins/Process/elf-core/CMakeLists.txt @@ -1,7 +1,5 @@ include_directories(../Utility) -set(LLVM_NO_RTTI 1) - add_lldb_library(lldbPluginProcessElfCore ProcessElfCore.cpp ThreadElfCore.cpp 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 + ) diff --git a/lldb/source/Plugins/Process/mach-core/CMakeLists.txt b/lldb/source/Plugins/Process/mach-core/CMakeLists.txt index e48d8c6dad9..ac54658cf4d 100644 --- a/lldb/source/Plugins/Process/mach-core/CMakeLists.txt +++ b/lldb/source/Plugins/Process/mach-core/CMakeLists.txt @@ -1,7 +1,5 @@ include_directories(../Utility) -set(LLVM_NO_RTTI 1) - add_lldb_library(lldbPluginProcessMachCore ProcessMachCore.cpp ThreadMachCore.cpp |

