diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile index 49862724065..11f417b9a38 100644 --- a/tools/llvm-link/Makefile +++ b/tools/llvm-link/Makefile @@ -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