This program needs libLLVMLinker.a now

llvm-svn: 17802
This commit is contained in:
Reid Spencer 2004-11-14 23:12:22 +00:00
parent 16c3bb3198
commit 36c3a58557
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-link
USEDLIBS = LLVMBCReader LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a
USEDLIBS = LLVMLinker.a LLVMBCReader LLVMBCWriter \
LLVMCore LLVMSupport.a LLVMSystem.a
include $(LEVEL)/Makefile.common