Enable RTTI again. While this works fine for LLVM, it creates an ABI
authorNick Lewycky <nicholas@mxc.ca>
Wed, 14 Apr 2010 05:51:59 +0000 (05:51 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 14 Apr 2010 05:51:59 +0000 (05:51 +0000)
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

lib/VMCore/Makefile

index ed56df420bc27cde719b19cddb4cce02bd4466f4..03a4fc707debb5a72b6273b71920476363c5036f 100644 (file)
@@ -9,6 +9,7 @@
 LEVEL = ../..
 LIBRARYNAME = LLVMCore
 BUILD_ARCHIVE = 1
+REQUIRES_RTTI = 1
 
 BUILT_SOURCES = $(PROJ_OBJ_ROOT)/include/llvm/Intrinsics.gen