The analyzer code now lives in the bcreader library. The bcanalyzer lib

is no more.

llvm-svn: 14498
This commit is contained in:
Reid Spencer 2004-06-29 23:33:31 +00:00
parent 4efe3da794
commit 002dd98ce0
1 changed files with 1 additions and 1 deletions

View File

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