Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 67df964

Browse files
committedSep 3, 2015
[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 git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@246749 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent a1b29df commit 67df964

File tree

82 files changed

+1
-164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1
-164
lines changed
 

‎scripts/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
set(LLVM_NO_RTTI 1)
2-
31
file(GLOB SWIG_INTERFACES interface/*.i)
42
file(GLOB_RECURSE SWIG_SOURCES *.swig)
53
set(SWIG_HEADERS

‎source/API/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
set(LLVM_NO_RTTI 1)
2-
31
if ( CMAKE_SYSTEM_NAME MATCHES "Windows" )
42
add_definitions( -DEXPORT_LIBLLDB )
53
endif()

0 commit comments

Comments
 (0)