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
This commit is contained in:
Reid Spencer 2004-06-29 23:33:31 +00:00
parent 60f35813fc
commit 53d55432cc

View File

@ -9,5 +9,5 @@
LEVEL = ../..
TOOLNAME = llvm-abcd
USEDLIBS = bcanalyzer vmcore support.a
USEDLIBS = bcreader vmcore support.a
include $(LEVEL)/Makefile.common