mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 16:40:15 +00:00
6024ecfc43
llvm-svn: 5758
9 lines
238 B
Makefile
9 lines
238 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = analyze
|
|
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
|
|
datastructure target.a transformutils.a scalaropts.a vmcore support
|
|
TOOLLINKOPTS = -ldl
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|