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

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



Changes in directory llvm/tools/analyze:

Makefile updated: 1.21 -> 1.22
---
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/analyze/Makefile
diff -u llvm/tools/analyze/Makefile:1.21 llvm/tools/analyze/Makefile:1.22
--- llvm/tools/analyze/Makefile:1.21	Fri Apr  2 14:32:46 2004
+++ llvm/tools/analyze/Makefile	Sun Aug 29 14:29:38 2004
@@ -9,7 +9,7 @@
 LEVEL = ../..
 TOOLNAME = analyze
 USEDLIBS = asmparser bcreader analysis ipa datastructure scalaropts.a transforms.a \
-           target.a scalaropts.a transformutils.a vmcore support
+           target.a scalaropts.a transformutils.a vmcore support LLVMsystem.a
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list