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

Chris Lattner lattner at cs.uiuc.edu
Fri Jan 9 00:25:02 PST 2004


Changes in directory llvm/lib/CodeGen:

Makefile updated: 1.16 -> 1.17

---
Log message:

Move InstrSelection into lib/Target/Sparc, as it's sparc specific


---
Diffs of the changes:  (+3 -2)

Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.16 llvm/lib/CodeGen/Makefile:1.17
--- llvm/lib/CodeGen/Makefile:1.16	Fri Jan  9 00:16:22 2004
+++ llvm/lib/CodeGen/Makefile	Fri Jan  9 00:24:06 2004
@@ -1,4 +1,4 @@
-##===- lib/CodeGen/Makefile ------------------------------*- Makefile -*-===##
+##===- lib/CodeGen/Makefile --------------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,8 +6,9 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
-PARALLEL_DIRS = InstrSelection InstrSched SelectionDAG
+PARALLEL_DIRS = InstrSched SelectionDAG
 LIBRARYNAME = codegen
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list