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:
parent
0c342ec032
commit
319dec9cea
@ -1,6 +1,6 @@
|
||||
LEVEL = ../..
|
||||
|
||||
TOOLNAME = as
|
||||
USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support
|
||||
USEDLIBS = asmparser bcwriter asmwriter vmcore support
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
@ -1,7 +1,7 @@
|
||||
LEVEL = ../..
|
||||
|
||||
TOOLNAME = dis
|
||||
USEDLIBS = bcreader asmwriter analysis vmcore support
|
||||
USEDLIBS = bcreader asmwriter vmcore support
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
LEVEL = ../..
|
||||
|
||||
TOOLNAME = as
|
||||
USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support
|
||||
USEDLIBS = asmparser bcwriter asmwriter vmcore support
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
@ -1,7 +1,7 @@
|
||||
LEVEL = ../..
|
||||
|
||||
TOOLNAME = dis
|
||||
USEDLIBS = bcreader asmwriter analysis vmcore support
|
||||
USEDLIBS = bcreader asmwriter vmcore support
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user