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

2007-04-13 Thread Devang Patel


Changes in directory llvm/lib/Transforms/Hello:

Makefile updated: 1.8 -> 1.9
---
Log message:

Undo previous check-in.


---
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.8 
llvm/lib/Transforms/Hello/Makefile:1.9
--- llvm/lib/Transforms/Hello/Makefile:1.8  Fri Apr 13 13:28:23 2007
+++ llvm/lib/Transforms/Hello/Makefile  Fri Apr 13 13:35:15 2007
@@ -10,7 +10,7 @@
 LEVEL = ../../..
 LIBRARYNAME = LLVMHello
 LOADABLE_MODULE = 1
-USEDLIBS = LLVMSupport.a
+USEDLIBS = 
 
 include $(LEVEL)/Makefile.common
 



___
llvm-commits mailing list
[EMAIL PROTECTED]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-04-13 Thread Devang Patel


Changes in directory llvm/lib/Transforms/Hello:

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

Hello uses  LLVMSupport.a (SlowerOperationInformer)


---
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.7 
llvm/lib/Transforms/Hello/Makefile:1.8
--- llvm/lib/Transforms/Hello/Makefile:1.7  Mon Apr  9 14:17:47 2007
+++ llvm/lib/Transforms/Hello/Makefile  Fri Apr 13 13:28:23 2007
@@ -10,7 +10,7 @@
 LEVEL = ../../..
 LIBRARYNAME = LLVMHello
 LOADABLE_MODULE = 1
-USEDLIBS = 
+USEDLIBS = LLVMSupport.a
 
 include $(LEVEL)/Makefile.common
 



___
llvm-commits mailing list
[EMAIL PROTECTED]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-04-09 Thread Reid Spencer


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
 



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2006-08-07 Thread Reid Spencer


Changes in directory llvm/lib/Transforms/Hello:

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

For PR780: http://llvm.org/PR780 :
1. Change the usage of LOADABLE_MODULE so that it implies all the things
   necessary to make a loadable module. This reduces the user's burdern to
   get a loadable module correctly built. 
2. Document the usage of LOADABLE_MODULE in the MakefileGuide
3. Adjust the makefile for lib/Transforms/Hello to use the new specification
   for building loadable modules
4. Adjust the sample project to not attempt to build a shared library for
   its little library. This was just wasteful and not instructive at all.


---
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.5 
llvm/lib/Transforms/Hello/Makefile:1.6
--- llvm/lib/Transforms/Hello/Makefile:1.5  Mon Jan 10 22:33:32 2005
+++ llvm/lib/Transforms/Hello/Makefile  Mon Aug  7 18:12:15 2006
@@ -9,8 +9,8 @@
 
 LEVEL = ../../..
 LIBRARYNAME = LLVMHello
-SHARED_LIBRARY = 1
 LOADABLE_MODULE = 1
+USEDLIBS = LLVMSupport.a LLVMSystem.a
 
 include $(LEVEL)/Makefile.common
 



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits