[llvm-commits] CVS: llvm/tools/opt/Makefile
vadve at cs.uiuc.edu
vadve at cs.uiuc.edu
Mon Sep 16 13:14:01 PDT 2002
Changes in directory llvm/tools/opt:
Makefile updated: 1.27 -> 1.28
---
Log message:
Use .o files instead of .a files for several cases (that don't actually
need them) until other Makefiles can be updated to build archives.
---
Diffs of the changes:
Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.27 llvm/tools/opt/Makefile:1.28
--- llvm/tools/opt/Makefile:1.27 Mon Sep 16 11:09:43 2002
+++ llvm/tools/opt/Makefile Mon Sep 16 13:13:12 2002
@@ -2,8 +2,8 @@
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths \
- sparc.a target.a mapping.a regalloc.a sched.a select.a preselect \
- livevar.a sparc.a scalaropts \
+ sparc target.a mapping regalloc.a sched select preselect \
+ livevar sparc scalaropts \
ipo ipa.a datastructure.a transforms target.a analysis \
transformutils vmcore support
TOOLLINKOPTS = -ldl
More information about the llvm-commits
mailing list