[llvm-commits] CVS: llvm/tools/llc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Aug 12 21:29:04 PDT 2003
Changes in directory llvm/tools/llc:
Makefile updated: 1.38 -> 1.39
---
Log message:
Incorporate mapping library into the sparc library
---
Diffs of the changes:
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.38 llvm/tools/llc/Makefile:1.39
--- llvm/tools/llc/Makefile:1.38 Mon Aug 11 09:59:51 2003
+++ llvm/tools/llc/Makefile Tue Aug 12 21:28:20 2003
@@ -1,7 +1,6 @@
LEVEL = ../..
TOOLNAME = llc
-USEDLIBS = mapping \
- sparc \
+USEDLIBS = sparc \
x86 \
selection \
regalloc \
More information about the llvm-commits
mailing list