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

Chris Lattner lattner at cs.uiuc.edu
Tue Aug 12 21:38:01 PDT 2003


Changes in directory llvm/lib/CodeGen:

Makefile updated: 1.11 -> 1.12

---
Log message:

Mapping directory no longer exists


---
Diffs of the changes:

Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.11 llvm/lib/CodeGen/Makefile:1.12
--- llvm/lib/CodeGen/Makefile:1.11	Mon Aug 11 09:57:48 2003
+++ llvm/lib/CodeGen/Makefile	Tue Aug 12 21:37:24 2003
@@ -1,5 +1,5 @@
 LEVEL = ../..
-PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping Selection
+PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Selection
 LIBRARYNAME = codegen
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list