mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Actually link in all the analysis passes.
llvm-svn: 17112
This commit is contained in:
parent
3c1be63b41
commit
6afd317860
@ -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