summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-db
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-18 03:22:48 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-18 03:22:48 +0000
commit2097b94c8b6c7ead993939cc75d65b068e914359 (patch)
tree11813c681a2201ad27c9160f9fe8e938b5061e29 /llvm/tools/llvm-db
parenta67dd32004bcc1a0a6fa2f0342e584187f5a403d (diff)
downloadbcm5719-llvm-2097b94c8b6c7ead993939cc75d65b068e914359.tar.gz
bcm5719-llvm-2097b94c8b6c7ead993939cc75d65b068e914359.zip
Actually link in all the analysis passes.
llvm-svn: 17112
Diffstat (limited to 'llvm/tools/llvm-db')
-rw-r--r--llvm/tools/llvm-db/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/tools/llvm-db/Makefile.am b/llvm/tools/llvm-db/Makefile.am
index 42d7d418de7..36bfdc46a61 100644
--- a/llvm/tools/llvm-db/Makefile.am
+++ b/llvm/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 = \
OpenPOWER on IntegriCloud