This tool needs libLLVMArchive now
authorReid Spencer <rspencer@reidspencer.com>
Sun, 14 Nov 2004 22:27:00 +0000 (22:27 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 14 Nov 2004 22:27:00 +0000 (22:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17794 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-nm/Makefile

index b3f1702bf5c690647d4b264594a09c67732abfb5..bc8befc541bc65ca03e1327ece9d6b59ba810d4e 100644 (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