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

9 lines
250 B
Makefile
Raw Normal View History

LEVEL = ../..
TOOLNAME = analyze
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
2003-04-01 01:30:35 +08:00
datastructure target.a transformutils.a scalaropts.a vmcore support
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common