From 7b32daa4c19c7bdd1fb82f8a77cafb1f83258772 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 18 Oct 2004 03:22:48 +0000 Subject: Actually link in all the analysis passes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17112 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-db/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/llvm-db/Makefile.am b/tools/llvm-db/Makefile.am index 42d7d418de..36bfdc46a6 100644 --- a/tools/llvm-db/Makefile.am +++ b/tools/llvm-db/Makefile.am @@ -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 = \ -- cgit v1.2.3