[llvm-commits] CVS: llvm/lib/CodeGen/Makefile Makefile.am
Misha Brukman
brukman at cs.uiuc.edu
Sun Oct 10 16:37:51 PDT 2004
Changes in directory llvm/lib/CodeGen:
Makefile updated: 1.23 -> 1.24
Makefile.am updated: 1.2 -> 1.3
---
Log message:
ModuloScheduling has moved to lib/Target/SparcV9
---
Diffs of the changes: (+2 -2)
Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.23 llvm/lib/CodeGen/Makefile:1.24
--- llvm/lib/CodeGen/Makefile:1.23 Fri Oct 8 13:12:53 2004
+++ llvm/lib/CodeGen/Makefile Sun Oct 10 18:37:40 2004
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
-PARALLEL_DIRS = SelectionDAG ModuloScheduling
+PARALLEL_DIRS = SelectionDAG
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common
Index: llvm/lib/CodeGen/Makefile.am
diff -u llvm/lib/CodeGen/Makefile.am:1.2 llvm/lib/CodeGen/Makefile.am:1.3
--- llvm/lib/CodeGen/Makefile.am:1.2 Sun Oct 10 16:19:41 2004
+++ llvm/lib/CodeGen/Makefile.am Sun Oct 10 18:37:40 2004
@@ -9,7 +9,7 @@
include $(top_srcdir)/Makefile.rules.am
-SUBDIRS = ModuloScheduling SelectionDAG
+SUBDIRS = SelectionDAG
libexec_PROGRAMS = LLVMCodeGen.o
More information about the llvm-commits
mailing list