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/SystemRuntime/MacOSX/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/source/Plugins/SystemRuntime/MacOSX') diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt b/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt index 42fe17f54f6..c0f0f7ca40e 100644 --- a/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt +++ b/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt @@ -1,5 +1,3 @@ -set(LLVM_NO_RTTI 1) - # We depend on AppleThreadPlanStepThroughObjCTrampoline.h include_directories(../../LanguageRuntime/ObjC/AppleObjCRuntime) -- cgit v1.2.3