aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Support/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Support/Makefile b/lib/Support/Makefile
index af2776cbfa..f39b872be4 100644
--- a/lib/Support/Makefile
+++ b/lib/Support/Makefile
@@ -1,4 +1,4 @@
-##===- lib/Support/Makefile ------------------------------*- Makefile -*-===##
+##===- lib/Support/Makefile --------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -11,4 +11,7 @@ LEVEL = ../..
LIBRARYNAME = LLVMSupport
BUILD_ARCHIVE = 1
+## FIXME: This only requires RTTI because tblgen uses it. Fix that.
+REQUIRES_RTTI = 1
+
include $(LEVEL)/Makefile.common