1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Since verifier and SlotCalculator are now in VMCore library, libanalysis is

no longer required

llvm-svn: 1823
This commit is contained in:
Chris Lattner 2002-03-06 17:41:18 +00:00
parent 0c342ec032
commit 319dec9cea
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = as
USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support
USEDLIBS = asmparser bcwriter asmwriter vmcore support
include $(LEVEL)/Makefile.common

View File

@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = dis
USEDLIBS = bcreader asmwriter analysis vmcore support
USEDLIBS = bcreader asmwriter vmcore support
include $(LEVEL)/Makefile.common

View File

@ -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

View File

@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = as
USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support
USEDLIBS = asmparser bcwriter asmwriter vmcore support
include $(LEVEL)/Makefile.common

View File

@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = dis
USEDLIBS = bcreader asmwriter analysis vmcore support
USEDLIBS = bcreader asmwriter vmcore support
include $(LEVEL)/Makefile.common

View File

@ -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