llvm-6502/tools/opt/Makefile

13 lines
345 B
Makefile
Raw Normal View History

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