summaryrefslogtreecommitdiff
path: root/tools/llvm-nm/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-14 22:27:00 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-14 22:27:00 +0000
commitd129664066db3466c4ecb78ad82b453af0d7ead9 (patch)
tree8f9306ae0316aa29b41554d2a632394041faeb7f /tools/llvm-nm/Makefile
parent0486e17f7fd2141a364b1c010b6956831856ace7 (diff)
downloadllvm-d129664066db3466c4ecb78ad82b453af0d7ead9.tar.gz
llvm-d129664066db3466c4ecb78ad82b453af0d7ead9.tar.bz2
llvm-d129664066db3466c4ecb78ad82b453af0d7ead9.tar.xz
This tool needs libLLVMArchive now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17794 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-nm/Makefile')
-rw-r--r--tools/llvm-nm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-nm/Makefile b/tools/llvm-nm/Makefile
index b3f1702bf5..bc8befc541 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