This tool needs libLLVMArchive now

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17794 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-11-14 22:27:00 +00:00
parent 0486e17f7f
commit d129664066

View File

@ -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