1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/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