llvm-6502/tools/analyze/Makefile

9 lines
250 B
Makefile
Raw Normal View History

LEVEL = ../..
TOOLNAME = analyze
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
datastructure target.a transformutils.a scalaropts.a vmcore support
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common