summaryrefslogtreecommitdiffstats
path: root/lldb/source
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
commitdb25a7a24537ca8f5777c0e1b122bee0e9f74cb2 (patch)
treeca9a2ac361a07e5467da5e9e89279c3825d35704 /lldb/source
parent7371aa365c9a0b8d805d44218116d94daed77012 (diff)
downloadbcm5719-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')
-rw-r--r--lldb/source/API/CMakeLists.txt2
-rw-r--r--lldb/source/Breakpoint/CMakeLists.txt2
-rw-r--r--lldb/source/Commands/CMakeLists.txt2
-rw-r--r--lldb/source/Core/CMakeLists.txt2
-rw-r--r--lldb/source/DataFormatters/CMakeLists.txt2
-rw-r--r--lldb/source/Expression/CMakeLists.txt2
-rw-r--r--lldb/source/Interpreter/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ABI/MacOSX-arm/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ABI/MacOSX-arm64/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ABI/MacOSX-i386/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ABI/SysV-arm/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ABI/SysV-arm64/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ABI/SysV-hexagon/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ABI/SysV-i386/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ABI/SysV-mips/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ABI/SysV-mips64/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ABI/SysV-ppc/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ABI/SysV-ppc64/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ABI/SysV-x86_64/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Disassembler/llvm/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/DynamicLoader/Darwin-Kernel/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/DynamicLoader/Static/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Instruction/ARM/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Instruction/ARM64/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Instruction/MIPS/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Instruction/MIPS64/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Language/ObjC/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Language/ObjCPlusPlus/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/MemoryHistory/asan/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ObjectFile/ELF/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ObjectFile/JIT/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ObjectFile/Mach-O/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/ObjectFile/PECOFF/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Platform/Android/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Platform/FreeBSD/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Platform/Kalimba/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Platform/Linux/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Platform/POSIX/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Platform/Windows/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Platform/gdb-server/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Process/FreeBSD/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Process/Linux/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Process/MacOSX-Kernel/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Process/POSIX/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Process/Utility/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Process/Windows/Live/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Process/elf-core/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/CMakeLists.txt4
-rw-r--r--lldb/source/Plugins/Process/mach-core/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/SymbolFile/Symtab/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/SymbolVendor/ELF/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeLists.txt2
-rw-r--r--lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt2
-rw-r--r--lldb/source/Symbol/CMakeLists.txt2
-rw-r--r--lldb/source/Target/CMakeLists.txt2
-rw-r--r--lldb/source/Utility/CMakeLists.txt2
74 files changed, 1 insertions, 149 deletions
diff --git a/lldb/source/API/CMakeLists.txt b/lldb/source/API/CMakeLists.txt
index 2fc834d9d50..bf231805149 100644
--- a/lldb/source/API/CMakeLists.txt
+++ b/lldb/source/API/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
if ( CMAKE_SYSTEM_NAME MATCHES "Windows" )
add_definitions( -DEXPORT_LIBLLDB )
endif()
diff --git a/lldb/source/Breakpoint/CMakeLists.txt b/lldb/source/Breakpoint/CMakeLists.txt
index fc40aea74ed..85494b15aa0 100644
--- a/lldb/source/Breakpoint/CMakeLists.txt
+++ b/lldb/source/Breakpoint/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbBreakpoint
Breakpoint.cpp
BreakpointID.cpp
diff --git a/lldb/source/Commands/CMakeLists.txt b/lldb/source/Commands/CMakeLists.txt
index d5cc106c5af..8805bbf6dc9 100644
--- a/lldb/source/Commands/CMakeLists.txt
+++ b/lldb/source/Commands/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbCommands
CommandCompletions.cpp
CommandObjectApropos.cpp
diff --git a/lldb/source/Core/CMakeLists.txt b/lldb/source/Core/CMakeLists.txt
index cb9c2b0eef0..b975fb88e78 100644
--- a/lldb/source/Core/CMakeLists.txt
+++ b/lldb/source/Core/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbCore
Address.cpp
AddressRange.cpp
diff --git a/lldb/source/DataFormatters/CMakeLists.txt b/lldb/source/DataFormatters/CMakeLists.txt
index b89f6e7f91c..98efaeed062 100644
--- a/lldb/source/DataFormatters/CMakeLists.txt
+++ b/lldb/source/DataFormatters/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbDataFormatters
CF.cpp
Cocoa.cpp
diff --git a/lldb/source/Expression/CMakeLists.txt b/lldb/source/Expression/CMakeLists.txt
index 8822497b2d9..92f8f0863bf 100644
--- a/lldb/source/Expression/CMakeLists.txt
+++ b/lldb/source/Expression/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbExpression
ASTDumper.cpp
ASTResultSynthesizer.cpp
diff --git a/lldb/source/Interpreter/CMakeLists.txt b/lldb/source/Interpreter/CMakeLists.txt
index 220e6a0b4e5..b92128cd301 100644
--- a/lldb/source/Interpreter/CMakeLists.txt
+++ b/lldb/source/Interpreter/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbInterpreter
Args.cpp
CommandHistory.cpp
diff --git a/lldb/source/Plugins/ABI/MacOSX-arm/CMakeLists.txt b/lldb/source/Plugins/ABI/MacOSX-arm/CMakeLists.txt
index 6b613d5bb16..ea8b011b198 100644
--- a/lldb/source/Plugins/ABI/MacOSX-arm/CMakeLists.txt
+++ b/lldb/source/Plugins/ABI/MacOSX-arm/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginABIMacOSX_arm
ABIMacOSX_arm.cpp
)
diff --git a/lldb/source/Plugins/ABI/MacOSX-arm64/CMakeLists.txt b/lldb/source/Plugins/ABI/MacOSX-arm64/CMakeLists.txt
index 35dc034a547..498bb721863 100644
--- a/lldb/source/Plugins/ABI/MacOSX-arm64/CMakeLists.txt
+++ b/lldb/source/Plugins/ABI/MacOSX-arm64/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginABIMacOSX_arm64
ABIMacOSX_arm64.cpp
)
diff --git a/lldb/source/Plugins/ABI/MacOSX-i386/CMakeLists.txt b/lldb/source/Plugins/ABI/MacOSX-i386/CMakeLists.txt
index dbfff7b1534..f6a543a66da 100644
--- a/lldb/source/Plugins/ABI/MacOSX-i386/CMakeLists.txt
+++ b/lldb/source/Plugins/ABI/MacOSX-i386/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginABIMacOSX_i386
ABIMacOSX_i386.cpp
)
diff --git a/lldb/source/Plugins/ABI/SysV-arm/CMakeLists.txt b/lldb/source/Plugins/ABI/SysV-arm/CMakeLists.txt
index 9f9882c7527..c25ce5a1c63 100644
--- a/lldb/source/Plugins/ABI/SysV-arm/CMakeLists.txt
+++ b/lldb/source/Plugins/ABI/SysV-arm/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginABISysV_arm
ABISysV_arm.cpp
)
diff --git a/lldb/source/Plugins/ABI/SysV-arm64/CMakeLists.txt b/lldb/source/Plugins/ABI/SysV-arm64/CMakeLists.txt
index 926fcd8ca6d..0ddb37043ac 100644
--- a/lldb/source/Plugins/ABI/SysV-arm64/CMakeLists.txt
+++ b/lldb/source/Plugins/ABI/SysV-arm64/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginABISysV_arm64
ABISysV_arm64.cpp
)
diff --git a/lldb/source/Plugins/ABI/SysV-hexagon/CMakeLists.txt b/lldb/source/Plugins/ABI/SysV-hexagon/CMakeLists.txt
index c3f513224ef..b8fbb074471 100644
--- a/lldb/source/Plugins/ABI/SysV-hexagon/CMakeLists.txt
+++ b/lldb/source/Plugins/ABI/SysV-hexagon/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginABISysV_hexagon
ABISysV_hexagon.cpp
)
diff --git a/lldb/source/Plugins/ABI/SysV-i386/CMakeLists.txt b/lldb/source/Plugins/ABI/SysV-i386/CMakeLists.txt
index 8d3cc076622..3528f01ad75 100644
--- a/lldb/source/Plugins/ABI/SysV-i386/CMakeLists.txt
+++ b/lldb/source/Plugins/ABI/SysV-i386/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginABISysV_i386
ABISysV_i386.cpp
)
diff --git a/lldb/source/Plugins/ABI/SysV-mips/CMakeLists.txt b/lldb/source/Plugins/ABI/SysV-mips/CMakeLists.txt
index d2c0d783ee6..0db3e5c1c7e 100644
--- a/lldb/source/Plugins/ABI/SysV-mips/CMakeLists.txt
+++ b/lldb/source/Plugins/ABI/SysV-mips/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginABISysV_mips
ABISysV_mips.cpp
)
diff --git a/lldb/source/Plugins/ABI/SysV-mips64/CMakeLists.txt b/lldb/source/Plugins/ABI/SysV-mips64/CMakeLists.txt
index 9f2cf243e3c..099464821ed 100644
--- a/lldb/source/Plugins/ABI/SysV-mips64/CMakeLists.txt
+++ b/lldb/source/Plugins/ABI/SysV-mips64/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginABISysV_mips64
ABISysV_mips64.cpp
)
diff --git a/lldb/source/Plugins/ABI/SysV-ppc/CMakeLists.txt b/lldb/source/Plugins/ABI/SysV-ppc/CMakeLists.txt
index 55b73025355..a7784195f77 100644
--- a/lldb/source/Plugins/ABI/SysV-ppc/CMakeLists.txt
+++ b/lldb/source/Plugins/ABI/SysV-ppc/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginABISysV_ppc
ABISysV_ppc.cpp
)
diff --git a/lldb/source/Plugins/ABI/SysV-ppc64/CMakeLists.txt b/lldb/source/Plugins/ABI/SysV-ppc64/CMakeLists.txt
index b82da70c89c..7a33d292204 100644
--- a/lldb/source/Plugins/ABI/SysV-ppc64/CMakeLists.txt
+++ b/lldb/source/Plugins/ABI/SysV-ppc64/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginABISysV_ppc64
ABISysV_ppc64.cpp
)
diff --git a/lldb/source/Plugins/ABI/SysV-x86_64/CMakeLists.txt b/lldb/source/Plugins/ABI/SysV-x86_64/CMakeLists.txt
index 680f7e546ef..a2b62d7240f 100644
--- a/lldb/source/Plugins/ABI/SysV-x86_64/CMakeLists.txt
+++ b/lldb/source/Plugins/ABI/SysV-x86_64/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginABISysV_x86_64
ABISysV_x86_64.cpp
)
diff --git a/lldb/source/Plugins/Disassembler/llvm/CMakeLists.txt b/lldb/source/Plugins/Disassembler/llvm/CMakeLists.txt
index 7b1d56c389b..ada81dc55e9 100644
--- a/lldb/source/Plugins/Disassembler/llvm/CMakeLists.txt
+++ b/lldb/source/Plugins/Disassembler/llvm/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginDisassemblerLLVM
DisassemblerLLVMC.cpp
)
diff --git a/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/CMakeLists.txt b/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/CMakeLists.txt
index 1facabe9012..02752b78a4c 100644
--- a/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/CMakeLists.txt
+++ b/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginDynamicLoaderDarwinKernel
DynamicLoaderDarwinKernel.cpp
)
diff --git a/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt b/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt
index fbcfa278142..af15f284118 100644
--- a/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt
+++ b/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginDynamicLoaderHexagonDYLD
HexagonDYLDRendezvous.cpp
DynamicLoaderHexagonDYLD.cpp
diff --git a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeLists.txt b/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeLists.txt
index 3546b6908e2..2c44877662f 100644
--- a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeLists.txt
+++ b/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginDynamicLoaderMacOSXDYLD
DynamicLoaderMacOSXDYLD.cpp
)
diff --git a/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeLists.txt b/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeLists.txt
index ee680382dbf..b302997794a 100644
--- a/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeLists.txt
+++ b/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginDynamicLoaderPosixDYLD
AuxVector.cpp
DYLDRendezvous.cpp
diff --git a/lldb/source/Plugins/DynamicLoader/Static/CMakeLists.txt b/lldb/source/Plugins/DynamicLoader/Static/CMakeLists.txt
index 244079a5eee..274f6bac369 100644
--- a/lldb/source/Plugins/DynamicLoader/Static/CMakeLists.txt
+++ b/lldb/source/Plugins/DynamicLoader/Static/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginDynamicLoaderStatic
DynamicLoaderStatic.cpp
)
diff --git a/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt b/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt
index 9a5ad76827b..ee768057bcd 100644
--- a/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt
+++ b/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginDynamicLoaderWindowsDYLD
DynamicLoaderWindowsDYLD.cpp
)
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt b/lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
index ac14fe55856..ed8930a06b6 100644
--- a/lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
+++ b/lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginExpressionParserClang
ClangExpressionVariable.cpp
)
diff --git a/lldb/source/Plugins/Instruction/ARM/CMakeLists.txt b/lldb/source/Plugins/Instruction/ARM/CMakeLists.txt
index 08ccb8ec644..dc547a57306 100644
--- a/lldb/source/Plugins/Instruction/ARM/CMakeLists.txt
+++ b/lldb/source/Plugins/Instruction/ARM/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginInstructionARM
EmulateInstructionARM.cpp
EmulationStateARM.cpp
diff --git a/lldb/source/Plugins/Instruction/ARM64/CMakeLists.txt b/lldb/source/Plugins/Instruction/ARM64/CMakeLists.txt
index 03031bf5dc8..9f8ee084898 100644
--- a/lldb/source/Plugins/Instruction/ARM64/CMakeLists.txt
+++ b/lldb/source/Plugins/Instruction/ARM64/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginInstructionARM64
EmulateInstructionARM64.cpp
)
diff --git a/lldb/source/Plugins/Instruction/MIPS/CMakeLists.txt b/lldb/source/Plugins/Instruction/MIPS/CMakeLists.txt
index 8ca1e7d583b..dc670733693 100644
--- a/lldb/source/Plugins/Instruction/MIPS/CMakeLists.txt
+++ b/lldb/source/Plugins/Instruction/MIPS/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginInstructionMIPS
EmulateInstructionMIPS.cpp
)
diff --git a/lldb/source/Plugins/Instruction/MIPS64/CMakeLists.txt b/lldb/source/Plugins/Instruction/MIPS64/CMakeLists.txt
index 4024f6ed6bd..25c919c4edb 100644
--- a/lldb/source/Plugins/Instruction/MIPS64/CMakeLists.txt
+++ b/lldb/source/Plugins/Instruction/MIPS64/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginInstructionMIPS64
EmulateInstructionMIPS64.cpp
)
diff --git a/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/CMakeLists.txt b/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/CMakeLists.txt
index becc0fd8604..77e7d15caa7 100644
--- a/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/CMakeLists.txt
+++ b/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginInstrumentationRuntimeAddressSanitizer
AddressSanitizerRuntime.cpp
)
diff --git a/lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt b/lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt
index d2208c4c517..bcf714dca59 100644
--- a/lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt
+++ b/lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
include_directories(.)
add_lldb_library(lldbPluginJITLoaderGDB
diff --git a/lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt b/lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
index ae6b1c8c280..8b28b7d7f09 100644
--- a/lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
+++ b/lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginCPlusPlusLanguage
CPlusPlusLanguage.cpp
)
diff --git a/lldb/source/Plugins/Language/ObjC/CMakeLists.txt b/lldb/source/Plugins/Language/ObjC/CMakeLists.txt
index cb9185319e8..3cd6f721862 100644
--- a/lldb/source/Plugins/Language/ObjC/CMakeLists.txt
+++ b/lldb/source/Plugins/Language/ObjC/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginObjCLanguage
ObjCLanguage.cpp
)
diff --git a/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeLists.txt b/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeLists.txt
index fb599faeffc..ef80af74107 100644
--- a/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeLists.txt
+++ b/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginObjCPlusPlusLanguage
ObjCPlusPlusLanguage.cpp
)
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
)
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
)
diff --git a/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt b/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt
index deef023522d..68ebe885e3e 100644
--- a/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt
+++ b/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginObjectContainerBSDArchive
ObjectContainerBSDArchive.cpp
)
diff --git a/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeLists.txt b/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeLists.txt
index 361a23411a1..b4553868bf9 100644
--- a/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeLists.txt
+++ b/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginObjectContainerMachOArchive
ObjectContainerUniversalMachO.cpp
)
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
)
diff --git a/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt b/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt
index ceed46806f4..7188e6f67ba 100644
--- a/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt
+++ b/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginOSPython
OperatingSystemPython.cpp
)
diff --git a/lldb/source/Plugins/Platform/Android/CMakeLists.txt b/lldb/source/Plugins/Platform/Android/CMakeLists.txt
index 44f0722d288..e831a33a4b6 100644
--- a/lldb/source/Plugins/Platform/Android/CMakeLists.txt
+++ b/lldb/source/Plugins/Platform/Android/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginPlatformAndroid
AdbClient.cpp
PlatformAndroid.cpp
diff --git a/lldb/source/Plugins/Platform/FreeBSD/CMakeLists.txt b/lldb/source/Plugins/Platform/FreeBSD/CMakeLists.txt
index a4d6f597077..57153969c3b 100644
--- a/lldb/source/Plugins/Platform/FreeBSD/CMakeLists.txt
+++ b/lldb/source/Plugins/Platform/FreeBSD/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginPlatformFreeBSD
PlatformFreeBSD.cpp
)
diff --git a/lldb/source/Plugins/Platform/Kalimba/CMakeLists.txt b/lldb/source/Plugins/Platform/Kalimba/CMakeLists.txt
index 0373338ae58..df0bf9761a0 100644
--- a/lldb/source/Plugins/Platform/Kalimba/CMakeLists.txt
+++ b/lldb/source/Plugins/Platform/Kalimba/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginPlatformKalimba
PlatformKalimba.cpp
)
diff --git a/lldb/source/Plugins/Platform/Linux/CMakeLists.txt b/lldb/source/Plugins/Platform/Linux/CMakeLists.txt
index 827585fe5db..4a9eb1460e3 100644
--- a/lldb/source/Plugins/Platform/Linux/CMakeLists.txt
+++ b/lldb/source/Plugins/Platform/Linux/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginPlatformLinux
PlatformLinux.cpp
)
diff --git a/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt b/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt
index ab4ad430ff9..63ac31ebae6 100644
--- a/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt
+++ b/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginPlatformMacOSX
PlatformDarwin.cpp
PlatformDarwinKernel.cpp
diff --git a/lldb/source/Plugins/Platform/POSIX/CMakeLists.txt b/lldb/source/Plugins/Platform/POSIX/CMakeLists.txt
index 4b162fc7e4d..c23e68155c2 100644
--- a/lldb/source/Plugins/Platform/POSIX/CMakeLists.txt
+++ b/lldb/source/Plugins/Platform/POSIX/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginPlatformPOSIX
PlatformPOSIX.cpp
)
diff --git a/lldb/source/Plugins/Platform/Windows/CMakeLists.txt b/lldb/source/Plugins/Platform/Windows/CMakeLists.txt
index 2d29cd56eb7..09fbc11d33f 100644
--- a/lldb/source/Plugins/Platform/Windows/CMakeLists.txt
+++ b/lldb/source/Plugins/Platform/Windows/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginPlatformWindows
PlatformWindows.cpp
)
diff --git a/lldb/source/Plugins/Platform/gdb-server/CMakeLists.txt b/lldb/source/Plugins/Platform/gdb-server/CMakeLists.txt
index dcd2441c7c1..b0b669e5b8b 100644
--- a/lldb/source/Plugins/Platform/gdb-server/CMakeLists.txt
+++ b/lldb/source/Plugins/Platform/gdb-server/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginPlatformGDB
PlatformRemoteGDBServer.cpp
)
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
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt b/lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
index 56e1bda140a..06439328b26 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
+++ b/lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginSymbolFileDWARF
DWARFAbbreviationDeclaration.cpp
DWARFASTParserClang.cpp
diff --git a/lldb/source/Plugins/SymbolFile/Symtab/CMakeLists.txt b/lldb/source/Plugins/SymbolFile/Symtab/CMakeLists.txt
index eb7aed8403c..20e406b08ab 100644
--- a/lldb/source/Plugins/SymbolFile/Symtab/CMakeLists.txt
+++ b/lldb/source/Plugins/SymbolFile/Symtab/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginSymbolFileSymtab
SymbolFileSymtab.cpp
)
diff --git a/lldb/source/Plugins/SymbolVendor/ELF/CMakeLists.txt b/lldb/source/Plugins/SymbolVendor/ELF/CMakeLists.txt
index 9fa601697d5..cffc2ef7459 100644
--- a/lldb/source/Plugins/SymbolVendor/ELF/CMakeLists.txt
+++ b/lldb/source/Plugins/SymbolVendor/ELF/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginSymbolVendorELF
SymbolVendorELF.cpp
)
diff --git a/lldb/source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt b/lldb/source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt
index a17150ffbf9..093766ac07d 100644
--- a/lldb/source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt
+++ b/lldb/source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
include_directories(${LIBXML2_INCLUDE_DIR})
add_lldb_library(lldbPluginSymbolVendorMacOSX
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)
diff --git a/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeLists.txt b/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeLists.txt
index b07a30bed61..21673160bf4 100644
--- a/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeLists.txt
+++ b/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginUnwindAssemblyInstEmulation
UnwindAssemblyInstEmulation.cpp
)
diff --git a/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt b/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt
index 2f81fc89ae6..6ae63891bcc 100644
--- a/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt
+++ b/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbPluginUnwindAssemblyX86
UnwindAssembly-x86.cpp
)
diff --git a/lldb/source/Symbol/CMakeLists.txt b/lldb/source/Symbol/CMakeLists.txt
index 19ca0d08d83..e1cf620e12f 100644
--- a/lldb/source/Symbol/CMakeLists.txt
+++ b/lldb/source/Symbol/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbSymbol
Block.cpp
ClangASTContext.cpp
diff --git a/lldb/source/Target/CMakeLists.txt b/lldb/source/Target/CMakeLists.txt
index 2a139d143c1..f1c2a7e9800 100644
--- a/lldb/source/Target/CMakeLists.txt
+++ b/lldb/source/Target/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
include_directories(../Plugins/Process/Utility)
add_lldb_library(lldbTarget
diff --git a/lldb/source/Utility/CMakeLists.txt b/lldb/source/Utility/CMakeLists.txt
index 293ef4a0a7a..ff6c4051d49 100644
--- a/lldb/source/Utility/CMakeLists.txt
+++ b/lldb/source/Utility/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(LLVM_NO_RTTI 1)
-
add_lldb_library(lldbUtility
ARM_DWARF_Registers.cpp
ARM64_DWARF_Registers.cpp
OpenPOWER on IntegriCloud