forked from OSchip/llvm-project
parent
07f7e5d3b5
commit
7ff2ce9f0b
|
@ -1,7 +1,7 @@
|
||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TOOLNAME = analyze
|
TOOLNAME = analyze
|
||||||
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
|
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
|
||||||
datastructure target.a transformutils.a vmcore support
|
datastructure target.a transformutils.a scalaropts.a vmcore support
|
||||||
TOOLLINKOPTS = -ldl
|
TOOLLINKOPTS = -ldl
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
Loading…
Reference in New Issue