summaryrefslogtreecommitdiff
path: root/lib/Support/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/Makefile')
-rw-r--r--lib/Support/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Support/Makefile b/lib/Support/Makefile
index 4a2185d589..d68e500ca5 100644
--- a/lib/Support/Makefile
+++ b/lib/Support/Makefile
@@ -11,6 +11,9 @@ LEVEL = ../..
LIBRARYNAME = LLVMSupport
BUILD_ARCHIVE = 1
+## FIXME: This only requires RTTI because tblgen uses it. Fix that.
+REQUIRES_RTTI = 1
+
EXTRA_DIST = Unix Win32 README.txt
include $(LEVEL)/Makefile.common