summaryrefslogtreecommitdiff
path: root/tools/llvm-bcanalyzer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-bcanalyzer/Makefile')
-rw-r--r--tools/llvm-bcanalyzer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-bcanalyzer/Makefile b/tools/llvm-bcanalyzer/Makefile
index 2608344f38..e913be2f14 100644
--- a/tools/llvm-bcanalyzer/Makefile
+++ b/tools/llvm-bcanalyzer/Makefile
@@ -9,5 +9,5 @@
LEVEL = ../..
TOOLNAME = llvm-bcanalyzer
-USEDLIBS = bcreader vmcore support.a
+USEDLIBS = bcreader vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common