llvm-6502/tools/opt/Makefile

16 lines
454 B
Makefile
Raw Normal View History

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