[llvm-commits] CVS: llvm/tools/llc/Makefile
vadve at cs.uiuc.edu
vadve at cs.uiuc.edu
Mon Sep 16 11:37:00 PDT 2002
Changes in directory llvm/tools/llc:
Makefile updated: 1.25 -> 1.26
---
Log message:
Change several entries to use the .o instead of .a to expose pass options.
---
Diffs of the changes:
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.25 llvm/tools/llc/Makefile:1.26
--- llvm/tools/llc/Makefile:1.25 Tue Aug 27 11:46:11 2002
+++ llvm/tools/llc/Makefile Mon Sep 16 11:36:13 2002
@@ -1,8 +1,9 @@
LEVEL = ../..
TOOLNAME = llc
-USEDLIBS = mapping sparc regalloc sched select target \
- instrument.a livevar bcreader bcwriter analysis.a transforms.a \
- ipo.a scalaropts.a transformutils.a vmcore support.a
+USEDLIBS = mapping sparc target.a regalloc sched select preselect target.a \
+ instrument livevar bcreader bcwriter ipo ipa.a datastructure.a \
+ scalaropts transforms analysis transformutils vmcore support
+TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list