llvm-6502/tools/opt/Makefile

13 lines
333 B
Makefile
Raw Normal View History

LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths \
sparc target.a mapping regalloc.a sched select preselect \
livevar sparc scalaropts \
ipo ipa.a datastructure.a transforms target.a analysis \
transformutils vmcore support
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common