[llvm-commits] CVS: llvm/lib/CodeGen/Makefile

Tanya Brethour tbrethou at cs.uiuc.edu
Sun Aug 1 12:00:27 PDT 2004



Changes in directory llvm/lib/CodeGen:

Makefile updated: 1.21 -> 1.22

---
Log message:

Adding ModuloScheduling so that it compiles for everyone. 


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.21 llvm/lib/CodeGen/Makefile:1.22
--- llvm/lib/CodeGen/Makefile:1.21	Tue Jun 22 12:52:30 2004
+++ llvm/lib/CodeGen/Makefile	Sun Aug  1 14:00:17 2004
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-PARALLEL_DIRS = InstrSched SelectionDAG
+PARALLEL_DIRS = InstrSched SelectionDAG ModuloScheduling
 LIBRARYNAME = codegen
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list