hanchenye-llvm-project/llvm/tools/analyze/Makefile

9 lines
242 B
Makefile

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