This requires rtti info because tblgen uses commandline,
[oota-llvm.git] / lib / Support / Makefile
index af2776cbfa3321b2aed1bb0ee2e4c0509b10e834..f39b872be495010b6b54adb55ea24256a97c3797 100644 (file)
@@ -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