[llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile

Reid Spencer reid at x10sys.com
Mon Apr 9 12:18:04 PDT 2007



Changes in directory llvm/lib/Transforms/Hello:

Makefile updated: 1.6 -> 1.7
---
Log message:

Don't link against System or Support library. These things will already 
be in the opt tool.


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Transforms/Hello/Makefile
diff -u llvm/lib/Transforms/Hello/Makefile:1.6 llvm/lib/Transforms/Hello/Makefile:1.7
--- llvm/lib/Transforms/Hello/Makefile:1.6	Mon Aug  7 18:12:15 2006
+++ llvm/lib/Transforms/Hello/Makefile	Mon Apr  9 14:17:47 2007
@@ -10,7 +10,7 @@
 LEVEL = ../../..
 LIBRARYNAME = LLVMHello
 LOADABLE_MODULE = 1
-USEDLIBS = LLVMSupport.a LLVMSystem.a
+USEDLIBS = 
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list