This requires rtti info because tblgen uses commandline,

and tblgen requires rtti.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43127 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-10-18 15:57:29 +00:00
parent 6c1ba31d6f
commit 8dc2e288ac

View 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