From 53d55432cc3c3efcab237ecef754cf93bd6e6598 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 29 Jun 2004 23:33:31 +0000 Subject: [PATCH] The analyzer code now lives in the bcreader library. The bcanalyzer lib is no more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14498 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-abcd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llvm-abcd/Makefile b/tools/llvm-abcd/Makefile index f85c2081f3b..1c2a9dc881c 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