From: Chris Lattner Date: Wed, 6 Mar 2002 17:41:18 +0000 (+0000) Subject: Since verifier and SlotCalculator are now in VMCore library, libanalysis is X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=70d12b037b76b7d04dc1c40a2283d117cdb48245;p=oota-llvm.git Since verifier and SlotCalculator are now in VMCore library, libanalysis is no longer required git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1823 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/as/Makefile b/tools/as/Makefile index 8b7a961564b..0845f0f8658 100644 --- a/tools/as/Makefile +++ b/tools/as/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = as -USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support +USEDLIBS = asmparser bcwriter asmwriter vmcore support include $(LEVEL)/Makefile.common diff --git a/tools/dis/Makefile b/tools/dis/Makefile index ef658118935..0614c6dca7d 100644 --- a/tools/dis/Makefile +++ b/tools/dis/Makefile @@ -1,7 +1,7 @@ LEVEL = ../.. TOOLNAME = dis -USEDLIBS = bcreader asmwriter analysis vmcore support +USEDLIBS = bcreader asmwriter vmcore support include $(LEVEL)/Makefile.common diff --git a/tools/link/Makefile b/tools/link/Makefile index 599d4cb965f..037e3a8750b 100644 --- a/tools/link/Makefile +++ b/tools/link/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = link -USEDLIBS = transforms bcreader bcwriter asmwriter analysis vmcore asmwriter support +USEDLIBS = transforms bcreader bcwriter asmwriter vmcore asmwriter support include $(LEVEL)/Makefile.common diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile index 8b7a961564b..0845f0f8658 100644 --- a/tools/llvm-as/Makefile +++ b/tools/llvm-as/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = as -USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support +USEDLIBS = asmparser bcwriter asmwriter vmcore support include $(LEVEL)/Makefile.common diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile index ef658118935..0614c6dca7d 100644 --- a/tools/llvm-dis/Makefile +++ b/tools/llvm-dis/Makefile @@ -1,7 +1,7 @@ LEVEL = ../.. TOOLNAME = dis -USEDLIBS = bcreader asmwriter analysis vmcore support +USEDLIBS = bcreader asmwriter vmcore support include $(LEVEL)/Makefile.common diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile index 599d4cb965f..037e3a8750b 100644 --- a/tools/llvm-link/Makefile +++ b/tools/llvm-link/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = link -USEDLIBS = transforms bcreader bcwriter asmwriter analysis vmcore asmwriter support +USEDLIBS = transforms bcreader bcwriter asmwriter vmcore asmwriter support include $(LEVEL)/Makefile.common