mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-16 23:38:40 +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
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
@ -11,4 +11,7 @@ LEVEL = ../..
|
|||||||
LIBRARYNAME = LLVMSupport
|
LIBRARYNAME = LLVMSupport
|
||||||
BUILD_ARCHIVE = 1
|
BUILD_ARCHIVE = 1
|
||||||
|
|
||||||
|
## FIXME: This only requires RTTI because tblgen uses it. Fix that.
|
||||||
|
REQUIRES_RTTI = 1
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
Loading…
x
Reference in New Issue
Block a user