From: Reid Spencer Date: Sun, 14 Nov 2004 22:27:00 +0000 (+0000) Subject: This tool needs libLLVMArchive now X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d129664066db3466c4ecb78ad82b453af0d7ead9;p=oota-llvm.git This tool needs libLLVMArchive now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17794 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-nm/Makefile b/tools/llvm-nm/Makefile index b3f1702bf5c..bc8befc541b 100644 --- a/tools/llvm-nm/Makefile +++ b/tools/llvm-nm/Makefile @@ -9,5 +9,5 @@ LEVEL = ../.. TOOLNAME = llvm-nm -USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a +USEDLIBS = LLVMArchive.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a include $(LEVEL)/Makefile.common