From: Nick Lewycky Date: Wed, 14 Apr 2010 05:51:59 +0000 (+0000) Subject: Enable RTTI again. While this works fine for LLVM, it creates an ABI X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=29efad1d268e221d95a638ed7def0167f010bea3;p=oota-llvm.git Enable RTTI again. While this works fine for LLVM, it creates an ABI incompatibility with some clients covered by the buildbots, such as llvm-gcc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101237 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Makefile b/lib/VMCore/Makefile index ed56df420bc..03a4fc707de 100644 --- a/lib/VMCore/Makefile +++ b/lib/VMCore/Makefile @@ -9,6 +9,7 @@ LEVEL = ../.. LIBRARYNAME = LLVMCore BUILD_ARCHIVE = 1 +REQUIRES_RTTI = 1 BUILT_SOURCES = $(PROJ_OBJ_ROOT)/include/llvm/Intrinsics.gen