[llvm-commits] CVS: llvm/tools/llvm-db/Makefile.am
Reid Spencer
reid at x10sys.com
Sun Oct 17 20:23:25 PDT 2004
Changes in directory llvm/tools/llvm-db:
Makefile.am updated: 1.2 -> 1.3
---
Log message:
Actually link in all the analysis passes.
---
Diffs of the changes: (+4 -4)
Index: llvm/tools/llvm-db/Makefile.am
diff -u llvm/tools/llvm-db/Makefile.am:1.2 llvm/tools/llvm-db/Makefile.am:1.3
--- llvm/tools/llvm-db/Makefile.am:1.2 Wed Oct 13 06:46:52 2004
+++ llvm/tools/llvm-db/Makefile.am Sun Oct 17 22:22:48 2004
@@ -38,10 +38,10 @@
# 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 = \
More information about the llvm-commits
mailing list