1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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 ddf07d1c08
commit 599f629a83

View File

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