mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
17f041ba98
it is needed. llvm-svn: 6753
9 lines
250 B
Makefile
9 lines
250 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = analyze
|
|
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
|
|
datastructure target.a transformutils.a scalaropts.a vmcore support
|
|
TOOLLINKOPTS = $(PLATFORMLIBDL)
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|