summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commitcc924c74837b871bd870e1545222229f051335e2 (patch)
tree93c955d1bb218c0aa0ec49aba3c436d121610e1c /llvm/lib
parentb5e94ac97d10f11bd67527302f34976bcd78d00f (diff)
downloadbcm5719-llvm-cc924c74837b871bd870e1545222229f051335e2.tar.gz
bcm5719-llvm-cc924c74837b871bd870e1545222229f051335e2.zip
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. llvm-svn: 101237
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/Makefile b/llvm/lib/VMCore/Makefile
index ed56df420bc..03a4fc707de 100644
--- a/llvm/lib/VMCore/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud