aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-04-14 05:51:59 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-04-14 05:51:59 +0000
commit29efad1d268e221d95a638ed7def0167f010bea3 (patch)
treed01da570761695f8dcced8c89bdbee063568929c
parentac1a379499591a946bf8456acf3ed36b91cd21ce (diff)
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
-rw-r--r--lib/VMCore/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/Makefile b/lib/VMCore/Makefile
index ed56df420b..03a4fc707d 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