[llvm-commits] CVS: llvm/tools/llvm-nm/Makefile

Reid Spencer reid at x10sys.com
Sun Nov 14 14:27:37 PST 2004



Changes in directory llvm/tools/llvm-nm:

Makefile updated: 1.4 -> 1.5
---
Log message:

This tool needs libLLVMArchive now

---
Diffs of the changes:  (+1 -1)

Index: llvm/tools/llvm-nm/Makefile
diff -u llvm/tools/llvm-nm/Makefile:1.4 llvm/tools/llvm-nm/Makefile:1.5
--- llvm/tools/llvm-nm/Makefile:1.4	Wed Oct 27 18:18:45 2004
+++ llvm/tools/llvm-nm/Makefile	Sun Nov 14 16:27:00 2004
@@ -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






More information about the llvm-commits mailing list