llvm-6502/tools/analyze/Makefile

9 lines
216 B
Makefile

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