[llvm-commits] CVS: llvm/tools/llc/Makefile

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 14 23:57:01 PDT 2003


Changes in directory llvm/tools/llc:

Makefile updated: 1.39 -> 1.40

---
Log message:

rename selection library to selectiondag



---
Diffs of the changes:

Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.39 llvm/tools/llc/Makefile:1.40
--- llvm/tools/llc/Makefile:1.39	Tue Aug 12 21:28:20 2003
+++ llvm/tools/llc/Makefile	Thu Aug 14 23:56:01 2003
@@ -2,7 +2,7 @@
 TOOLNAME = llc
 USEDLIBS = sparc \
            x86 \
-	   selection \
+	   selectiondag \
            regalloc \
            sched \
            select \





More information about the llvm-commits mailing list