OSDN Git Service

This requires rtti info because tblgen uses commandline,
authorChris Lattner <sabre@nondot.org>
Thu, 18 Oct 2007 15:57:29 +0000 (15:57 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Oct 2007 15:57:29 +0000 (15:57 +0000)
and tblgen requires rtti.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43127 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Makefile

index af2776c..f39b872 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