LEVEL = ../..
TOOLNAME = llc
-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
+USEDLIBS = mapping \
+ sparc target.a \
+ regalloc \
+ sched \
+ select \
+ codegen \
+ 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
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths \
- sparc target.a mapping regalloc.a sched select preopts postopts.a \
+ sparc target.a mapping regalloc.a sched select codegen preopts \
+ postopts.a \
livevar scalaropts \
ipo ipa.a datastructure transforms target.a analysis \
transformutils vmcore support