mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-05 02:49:18 +00:00
Change several entries to use the .o instead of .a to expose pass options.
llvm-svn: 3754
This commit is contained in:
parent
c1a58ef078
commit
d2ba65e35d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user