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

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 11 10:01:02 PDT 2003


Changes in directory llvm/tools/llc:

Makefile updated: 1.37 -> 1.38

---
Log message:

Include the new selection library for the X86 target


---
Diffs of the changes:

Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.37 llvm/tools/llc/Makefile:1.38
--- llvm/tools/llc/Makefile:1.37	Wed Jun 18 16:14:23 2003
+++ llvm/tools/llc/Makefile	Mon Aug 11 09:59:51 2003
@@ -3,6 +3,7 @@
 USEDLIBS = mapping \
            sparc \
            x86 \
+	   selection \
            regalloc \
            sched \
            select \





More information about the llvm-commits mailing list