[llvm-commits] CVS: llvm/lib/CodeGen/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 14 23:56:01 PDT 2003
Changes in directory llvm/lib/CodeGen:
Makefile updated: 1.12 -> 1.13
---
Log message:
rename selection directory and library to SelectionDAG
---
Diffs of the changes:
Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.12 llvm/lib/CodeGen/Makefile:1.13
--- llvm/lib/CodeGen/Makefile:1.12 Tue Aug 12 21:37:24 2003
+++ llvm/lib/CodeGen/Makefile Thu Aug 14 23:55:20 2003
@@ -1,5 +1,5 @@
LEVEL = ../..
-PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Selection
+PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts SelectionDAG
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list