Files
llvm-6502/tools/link/Makefile
Chris Lattner 70d12b037b 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
2002-03-06 17:41:18 +00:00

7 lines
140 B
Makefile

LEVEL = ../..
TOOLNAME = link
USEDLIBS = transforms bcreader bcwriter asmwriter vmcore asmwriter support
include $(LEVEL)/Makefile.common