From db25a7a24537ca8f5777c0e1b122bee0e9f74cb2 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 3 Sep 2015 08:46:55 +0000 Subject: [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 --- lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt | 2 -- .../source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt | 2 -- .../LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt | 2 -- 3 files changed, 6 deletions(-) (limited to 'lldb/source/Plugins/LanguageRuntime') diff --git a/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt b/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt index 622f1f7d11c..d25215d0a61 100644 --- a/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt +++ b/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt @@ -1,5 +1,3 @@ -set(LLVM_NO_RTTI 1) - add_lldb_library(lldbPluginCXXItaniumABI ItaniumABILanguageRuntime.cpp ) diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt index ac0d8b50e58..13fde3d181f 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt @@ -1,5 +1,3 @@ -set(LLVM_NO_RTTI 1) - add_lldb_library(lldbPluginAppleObjCRuntime AppleObjCRuntime.cpp AppleObjCRuntimeV1.cpp diff --git a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt index ab36d42239d..d93e9fa2a29 100644 --- a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt +++ b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt @@ -1,5 +1,3 @@ -set(LLVM_NO_RTTI 1) - add_lldb_library(lldbPluginRenderScriptRuntime RenderScriptRuntime.cpp ) -- cgit v1.2.3