Actually link in all the analysis passes.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 18 Oct 2004 03:22:48 +0000 (03:22 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 18 Oct 2004 03:22:48 +0000 (03:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17112 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-db/Makefile.am

index 42d7d418de78299c4be40a673ac290051f0cc57e..36bfdc46a6149601164bb229a2d7244fad369a73 100644 (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 = \