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

Reid Spencer reid at x10sys.com
Sun Aug 29 12:29:51 PDT 2004



Changes in directory llvm/tools/llvm-bcanalyzer:

Makefile updated: 1.1 -> 1.2
---
Log message:

Add the LLVMsystem.a library as it is now used for operating system
independence of the tool.


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

Index: llvm/tools/llvm-bcanalyzer/Makefile
diff -u llvm/tools/llvm-bcanalyzer/Makefile:1.1 llvm/tools/llvm-bcanalyzer/Makefile:1.2
--- llvm/tools/llvm-bcanalyzer/Makefile:1.1	Thu Jul  1 22:22:53 2004
+++ llvm/tools/llvm-bcanalyzer/Makefile	Sun Aug 29 14:29:38 2004
@@ -9,5 +9,5 @@
 LEVEL = ../..
 
 TOOLNAME = llvm-bcanalyzer
-USEDLIBS = bcreader vmcore support.a
+USEDLIBS = bcreader vmcore support.a LLVMsystem.a
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list