1
0
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:
Reid Spencer 2004-10-18 03:22:48 +00:00
parent 3c1be63b41
commit 6afd317860

View File

@ -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 = \