From c7ebfdd2cc97d665dea104cd9cef3027e09a1423 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 14 Nov 2004 22:19:21 +0000 Subject: This tool needs the libLLVMArchive library now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17789 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-ar/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tools/llvm-ar/Makefile') diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index 938f73ef11..36968b3cc2 100644 --- a/tools/llvm-ar/Makefile +++ b/tools/llvm-ar/Makefile @@ -9,6 +9,11 @@ LEVEL = ../.. TOOLNAME = llvm-ar -USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a +USEDLIBS = LLVMArchive.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a include $(LEVEL)/Makefile.common + +check-local:: + $(ToolDir)/llvm-ar zRrS nada.a . + $(ToolDir)/llvm-ar tv nada.a | grep Debug/llvm-ar.d >/dev/null 2>&1 + $(RM) -f nada.a -- cgit v1.2.3