[llvm-commits] CVS: llvm/tools/opt/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed Apr 16 17:57:00 PDT 2003
Changes in directory llvm/tools/opt:
Makefile updated: 1.38 -> 1.39
---
Log message:
Remove codegen libraries to speed up linking opt
---
Diffs of the changes:
Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.38 llvm/tools/opt/Makefile:1.39
--- llvm/tools/opt/Makefile:1.38 Wed Dec 11 23:29:32 2002
+++ llvm/tools/opt/Makefile Wed Apr 16 17:55:55 2003
@@ -1,9 +1,8 @@
LEVEL = ../..
TOOLNAME = opt
-USEDLIBS = bcreader bcwriter instrument profpaths \
- sparc mapping regalloc.a sched select codegen preopts \
- postopts.a livevar scalaropts \
+USEDLIBS = bcreader bcwriter \
+ instrument profpaths scalaropts \
ipo ipa.a datastructure transforms target.a analysis \
transformutils vmcore support
More information about the llvm-commits
mailing list