mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Actually link in all the analysis passes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17112 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fc5c1bb000
commit
7b32daa4c1
@ -38,10 +38,10 @@ endif
|
||||
|
||||
# What the Sparc JIT requires
|
||||
ifdef ENABLE_SPARC_JIT
|
||||
CPPFLAGS += -DENABLE_SPARC_JIT
|
||||
THEOBJS += SparcV9 SparcV9InstrSched SparcV9LiveVar SparcV9RegAlloc
|
||||
THEOBJS += ProfilePaths BCWriter
|
||||
THELIBS += Instrument Transforms IPO IPA DataStructure
|
||||
# CPPFLAGS += -DENABLE_SPARC_JIT
|
||||
# THEOBJS += SparcV9 SparcV9InstrSched SparcV9LiveVar SparcV9RegAlloc
|
||||
# THEOBJS += ProfilePaths BCWriter
|
||||
# THELIBS += Instrument Transforms IPO IPA DataStructure
|
||||
endif
|
||||
|
||||
llvm_db_LDADD = \
|
||||
|
Loading…
Reference in New Issue
Block a user