mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
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
This commit is contained in:
parent
e2aed35319
commit
70d12b037b
@ -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