[llvm-commits] CVS: llvm/tools/llc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 27 19:14:01 PST 2002
Changes in directory llvm/tools/llc:
Makefile updated: 1.29 -> 1.30
---
Log message:
After removing stuff from TargetMachine, we now no longer have to include
it twice.
---
Diffs of the changes:
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.29 llvm/tools/llc/Makefile:1.30
--- llvm/tools/llc/Makefile:1.29 Sun Oct 27 18:54:57 2002
+++ llvm/tools/llc/Makefile Sun Oct 27 19:13:07 2002
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = mapping \
- sparc target.a \
+ sparc \
regalloc \
sched \
select \
More information about the llvm-commits
mailing list