[llvm-commits] CVS: llvm/tools/llvm-ar/Makefile
Reid Spencer
reid at x10sys.com
Sun Nov 14 14:19:59 PST 2004
Changes in directory llvm/tools/llvm-ar:
Makefile updated: 1.4 -> 1.5
---
Log message:
This tool needs the libLLVMArchive library now.
---
Diffs of the changes: (+6 -1)
Index: llvm/tools/llvm-ar/Makefile
diff -u llvm/tools/llvm-ar/Makefile:1.4 llvm/tools/llvm-ar/Makefile:1.5
--- llvm/tools/llvm-ar/Makefile:1.4 Wed Oct 27 18:18:45 2004
+++ llvm/tools/llvm-ar/Makefile Sun Nov 14 16:19:21 2004
@@ -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
More information about the llvm-commits
mailing list