OSDN Git Service

This program needs libLLVMLinker.a now
authorReid Spencer <rspencer@reidspencer.com>
Sun, 14 Nov 2004 23:12:22 +0000 (23:12 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 14 Nov 2004 23:12:22 +0000 (23:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17802 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-link/Makefile

index 4986272..11f417b 100644 (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