[Lldb-commits] [PATCH] D12586: [cmake] Remove LLVM_NO_RTTI.

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 2 21:47:20 PDT 2015


brucem created this revision.
brucem added reviewers: chaoren, labath.
brucem added a subscriber: lldb-commits.
Herald added subscribers: danalbert, tberghammer, emaste.

This doesn't exist in other LLVM projects any longer and doesn't
do anything.

http://reviews.llvm.org/D12586

Files:
  scripts/CMakeLists.txt
  source/API/CMakeLists.txt
  source/Breakpoint/CMakeLists.txt
  source/Commands/CMakeLists.txt
  source/Core/CMakeLists.txt
  source/DataFormatters/CMakeLists.txt
  source/Expression/CMakeLists.txt
  source/Interpreter/CMakeLists.txt
  source/Plugins/ABI/MacOSX-arm/CMakeLists.txt
  source/Plugins/ABI/MacOSX-arm64/CMakeLists.txt
  source/Plugins/ABI/MacOSX-i386/CMakeLists.txt
  source/Plugins/ABI/SysV-arm/CMakeLists.txt
  source/Plugins/ABI/SysV-arm64/CMakeLists.txt
  source/Plugins/ABI/SysV-hexagon/CMakeLists.txt
  source/Plugins/ABI/SysV-i386/CMakeLists.txt
  source/Plugins/ABI/SysV-mips/CMakeLists.txt
  source/Plugins/ABI/SysV-mips64/CMakeLists.txt
  source/Plugins/ABI/SysV-ppc/CMakeLists.txt
  source/Plugins/ABI/SysV-ppc64/CMakeLists.txt
  source/Plugins/ABI/SysV-x86_64/CMakeLists.txt
  source/Plugins/Disassembler/llvm/CMakeLists.txt
  source/Plugins/DynamicLoader/Darwin-Kernel/CMakeLists.txt
  source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt
  source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeLists.txt
  source/Plugins/DynamicLoader/POSIX-DYLD/CMakeLists.txt
  source/Plugins/DynamicLoader/Static/CMakeLists.txt
  source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt
  source/Plugins/ExpressionParser/Clang/CMakeLists.txt
  source/Plugins/Instruction/ARM/CMakeLists.txt
  source/Plugins/Instruction/ARM64/CMakeLists.txt
  source/Plugins/Instruction/MIPS/CMakeLists.txt
  source/Plugins/Instruction/MIPS64/CMakeLists.txt
  source/Plugins/InstrumentationRuntime/AddressSanitizer/CMakeLists.txt
  source/Plugins/JITLoader/GDB/CMakeLists.txt
  source/Plugins/Language/CPlusPlus/CMakeLists.txt
  source/Plugins/Language/ObjC/CMakeLists.txt
  source/Plugins/Language/ObjCPlusPlus/CMakeLists.txt
  source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt
  source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt
  source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt
  source/Plugins/MemoryHistory/asan/CMakeLists.txt
  source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt
  source/Plugins/ObjectContainer/Universal-Mach-O/CMakeLists.txt
  source/Plugins/ObjectFile/ELF/CMakeLists.txt
  source/Plugins/ObjectFile/JIT/CMakeLists.txt
  source/Plugins/ObjectFile/Mach-O/CMakeLists.txt
  source/Plugins/ObjectFile/PECOFF/CMakeLists.txt
  source/Plugins/OperatingSystem/Python/CMakeLists.txt
  source/Plugins/Platform/Android/CMakeLists.txt
  source/Plugins/Platform/FreeBSD/CMakeLists.txt
  source/Plugins/Platform/Kalimba/CMakeLists.txt
  source/Plugins/Platform/Linux/CMakeLists.txt
  source/Plugins/Platform/MacOSX/CMakeLists.txt
  source/Plugins/Platform/POSIX/CMakeLists.txt
  source/Plugins/Platform/Windows/CMakeLists.txt
  source/Plugins/Platform/gdb-server/CMakeLists.txt
  source/Plugins/Process/FreeBSD/CMakeLists.txt
  source/Plugins/Process/Linux/CMakeLists.txt
  source/Plugins/Process/MacOSX-Kernel/CMakeLists.txt
  source/Plugins/Process/POSIX/CMakeLists.txt
  source/Plugins/Process/Utility/CMakeLists.txt
  source/Plugins/Process/Windows/Live/CMakeLists.txt
  source/Plugins/Process/elf-core/CMakeLists.txt
  source/Plugins/Process/gdb-remote/CMakeLists.txt
  source/Plugins/Process/mach-core/CMakeLists.txt
  source/Plugins/SymbolFile/DWARF/CMakeLists.txt
  source/Plugins/SymbolFile/Symtab/CMakeLists.txt
  source/Plugins/SymbolVendor/ELF/CMakeLists.txt
  source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt
  source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt
  source/Plugins/UnwindAssembly/InstEmulation/CMakeLists.txt
  source/Plugins/UnwindAssembly/x86/CMakeLists.txt
  source/Symbol/CMakeLists.txt
  source/Target/CMakeLists.txt
  source/Utility/CMakeLists.txt
  tools/debugserver/source/CMakeLists.txt
  tools/debugserver/source/MacOSX/CMakeLists.txt
  tools/debugserver/source/MacOSX/i386/CMakeLists.txt
  tools/debugserver/source/MacOSX/x86_64/CMakeLists.txt
  tools/driver/CMakeLists.txt
  tools/lldb-mi/CMakeLists.txt
  tools/lldb-server/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12586.33900.patch
Type: text/x-patch
Size: 28367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150903/77785f65/attachment-0001.bin>


More information about the lldb-commits mailing list