forked from OSchip/llvm-project
parent
5e1c434572
commit
3e1dc145bd
|
@ -1,9 +1,11 @@
|
|||
LEVEL = ../..
|
||||
TOOLNAME = llc
|
||||
USEDLIBS = mapping sparc target.a regalloc sched select preselect target.a \
|
||||
USEDLIBS = mapping sparc target.a regalloc sched select preopts postopts.a target.a \
|
||||
instrument livevar bcreader bcwriter ipo ipa.a datastructure.a \
|
||||
scalaropts transforms analysis transformutils vmcore support
|
||||
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
||||
|
||||
KEEP_SYMBOLS = 1
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ LEVEL = ../..
|
|||
TOOLNAME = opt
|
||||
|
||||
USEDLIBS = bcreader bcwriter instrument profpaths \
|
||||
sparc target.a mapping regalloc.a sched select preselect \
|
||||
sparc target.a mapping regalloc.a sched select preopts postopts.a \
|
||||
livevar scalaropts \
|
||||
ipo ipa.a datastructure.a transforms target.a analysis \
|
||||
transformutils vmcore support
|
||||
|
|
Loading…
Reference in New Issue