This doesn't exist in other LLVM projects any longer and doesn't
do anything.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D12586
[cmake] Remove LLVM_NO_RTTI. ClosedPublic Authored by brucem on Sep 2 2015, 9:47 PM.
Details Summary This doesn't exist in other LLVM projects any longer and doesn't
Diff Detail Event Timelinebrucem updated this object. Herald added subscribers: danalbert, tberghammer, emaste. · View Herald TranscriptSep 2 2015, 9:47 PM This revision is now accepted and ready to land.Sep 3 2015, 1:27 AM Closed by commit rL246749: [cmake] Remove LLVM_NO_RTTI. (authored by brucem). · Explain WhySep 3 2015, 1:48 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 33900 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
|