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

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 11 09:58:01 PDT 2003


Changes in directory llvm/lib/CodeGen:

Makefile updated: 1.10 -> 1.11

---
Log message:

Build the SelectionDAG library


---
Diffs of the changes:

Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.10 llvm/lib/CodeGen/Makefile:1.11
--- llvm/lib/CodeGen/Makefile:1.10	Fri Oct 25 17:54:41 2002
+++ llvm/lib/CodeGen/Makefile	Mon Aug 11 09:57:48 2003
@@ -1,5 +1,5 @@
 LEVEL = ../..
-PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
+PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping Selection
 LIBRARYNAME = codegen
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list