aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-24 20:22:08 +0000
committerChris Lattner <sabre@nondot.org>2010-01-24 20:22:08 +0000
commitc0f8a361f5dc93f0817411ef17af57b0d3fe60b6 (patch)
treec4c197da1fe0d5a4f7f70791308baada288b3dbe /lib/System
parentc61503838535703239fc2904ab75e734da08bac1 (diff)
downloadexternal_llvm-c0f8a361f5dc93f0817411ef17af57b0d3fe60b6.zip
external_llvm-c0f8a361f5dc93f0817411ef17af57b0d3fe60b6.tar.gz
external_llvm-c0f8a361f5dc93f0817411ef17af57b0d3fe60b6.tar.bz2
mark some libraries that currently require RTTI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System')
-rw-r--r--lib/System/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Makefile b/lib/System/Makefile
index d4fd60e..bb013b9 100644
--- a/lib/System/Makefile
+++ b/lib/System/Makefile
@@ -10,7 +10,7 @@
LEVEL = ../..
LIBRARYNAME = LLVMSystem
BUILD_ARCHIVE = 1
-
+REQUIRES_RTTI = 1
include $(LEVEL)/Makefile.config
ifeq ($(HOST_OS),MingW)