llvm-6502/tools/opt/Makefile

11 lines
289 B
Makefile
Raw Normal View History

LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter \
instrument profpaths scalaropts \
ipo ipa.a datastructure transforms target.a analysis \
transformutils vmcore support instloops
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common