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

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



Changes in directory llvm/tools/bugpoint:

Makefile updated: 1.5 -> 1.6
---
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/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.5 llvm/tools/bugpoint/Makefile:1.6
--- llvm/tools/bugpoint/Makefile:1.5	Mon Oct 20 17:27:26 2003
+++ llvm/tools/bugpoint/Makefile	Sun Aug 29 14:29:38 2004
@@ -14,7 +14,7 @@
 ANALIBS  = datastructure ipa target.a 
 
 USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
-           transformutils asmparser bcreader bcwriter vmcore support
+           transformutils asmparser bcreader bcwriter vmcore support LLVMsystem.a
 
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 






More information about the llvm-commits mailing list