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

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



Changes in directory llvm/tools/llc:

Makefile updated: 1.57 -> 1.58
---
Log message:

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


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

Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.57 llvm/tools/llc/Makefile:1.58
--- llvm/tools/llc/Makefile:1.57	Thu Aug  5 13:32:57 2004
+++ llvm/tools/llc/Makefile	Sun Aug 29 14:29:38 2004
@@ -29,7 +29,8 @@
 	bcreader \
 	bcwriter \
 	vmcore \
-	support.a
+	support.a \
+	LLVMsystem.a
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list