forked from OSchip/llvm-project
15 lines
369 B
Makefile
15 lines
369 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = opt
|
|
|
|
USEDLIBS = bcreader bcwriter instrument profpaths \
|
|
sparc target.a mapping regalloc.a sched select preopts postopts.a \
|
|
livevar scalaropts \
|
|
ipo ipa.a datastructure transforms target.a analysis \
|
|
transformutils vmcore support
|
|
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
|
|
|
KEEP_SYMBOLS = 1
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|