summaryrefslogtreecommitdiff
path: root/tools/analyze/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/analyze/Makefile')
-rw-r--r--tools/analyze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile
index 81e84e2980..074f26b158 100644
--- a/tools/analyze/Makefile
+++ b/tools/analyze/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = analyze
USEDLIBS = asmparser bcreader analysis ipa datastructure scalaropts.a transforms.a \
- target.a scalaropts.a transformutils.a vmcore support
+ target.a scalaropts.a transformutils.a vmcore support LLVMsystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common