[llvm-commits] CVS: llvm/lib/CodeGen/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Jan 9 00:17:00 PST 2004
Changes in directory llvm/lib/CodeGen:
Makefile updated: 1.15 -> 1.16
---
Log message:
Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.15 llvm/lib/CodeGen/Makefile:1.16
--- llvm/lib/CodeGen/Makefile:1.15 Mon Oct 20 17:26:56 2003
+++ llvm/lib/CodeGen/Makefile Fri Jan 9 00:16:22 2004
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
-PARALLEL_DIRS = InstrSelection InstrSched RegAlloc SelectionDAG
+PARALLEL_DIRS = InstrSelection InstrSched SelectionDAG
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list