aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/llvm-abcd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-abcd/Makefile b/tools/llvm-abcd/Makefile
index f85c2081f3..1c2a9dc881 100644
--- a/tools/llvm-abcd/Makefile
+++ b/tools/llvm-abcd/Makefile
@@ -9,5 +9,5 @@
LEVEL = ../..
TOOLNAME = llvm-abcd
-USEDLIBS = bcanalyzer vmcore support.a
+USEDLIBS = bcreader vmcore support.a
include $(LEVEL)/Makefile.common