mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-16 00:17:32 +00:00
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:
parent
6c1ba31d6f
commit
8dc2e288ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user