mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 06:30:39 +00:00
Change several entries to use the .o instead of .a to expose pass options.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3754 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7d0ba02640
commit
6189eae5cc
@ -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…
Reference in New Issue
Block a user