[llvm-commits] CVS: llvm/tools/opt/Makefile
vadve at cs.uiuc.edu
vadve at cs.uiuc.edu
Mon Sep 16 11:15:11 PDT 2002
Changes in directory llvm/tools/opt:
Makefile updated: 1.26 -> 1.27
---
Log message:
Add support for optimization passes that use a TargetMachine object.
---
Diffs of the changes:
Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.26 llvm/tools/opt/Makefile:1.27
--- llvm/tools/opt/Makefile:1.26 Fri Aug 30 15:25:41 2002
+++ llvm/tools/opt/Makefile Mon Sep 16 11:09:43 2002
@@ -1,8 +1,10 @@
LEVEL = ../..
TOOLNAME = opt
-USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
- ipo ipa.a datastructure.a transforms target.a analysis \
+USEDLIBS = bcreader bcwriter instrument profpaths \
+ sparc.a target.a mapping.a regalloc.a sched.a select.a preselect \
+ livevar.a sparc.a scalaropts \
+ ipo ipa.a datastructure.a transforms target.a analysis \
transformutils vmcore support
TOOLLINKOPTS = -ldl
More information about the llvm-commits
mailing list