The analyzer code now lives in the bcreader library. The bcanalyzer lib
authorReid Spencer <rspencer@reidspencer.com>
Tue, 29 Jun 2004 23:33:31 +0000 (23:33 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 29 Jun 2004 23:33:31 +0000 (23:33 +0000)
is no more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14498 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-abcd/Makefile

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