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:
Reid Spencer 2004-10-18 03:22:48 +00:00
parent fc5c1bb000
commit 7b32daa4c1

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