1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Change several entries to use the .o instead of .a to expose pass options.

llvm-svn: 3754
This commit is contained in:
Vikram S. Adve 2002-09-16 16:36:13 +00:00
parent c1a58ef078
commit d2ba65e35d

View File

@ -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