[llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
Reid Spencer
reid at x10sys.com
Mon Jan 10 20:33:43 PST 2005
Changes in directory llvm/lib/Transforms/Hello:
Makefile updated: 1.4 -> 1.5
---
Log message:
Add the LOADABLE_MODULE=1 directive to indicate that this shared library is
intended to be a dlopenable module and not a "plain" shared library.
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/Transforms/Hello/Makefile
diff -u llvm/lib/Transforms/Hello/Makefile:1.4 llvm/lib/Transforms/Hello/Makefile:1.5
--- llvm/lib/Transforms/Hello/Makefile:1.4 Wed Oct 27 18:18:45 2004
+++ llvm/lib/Transforms/Hello/Makefile Mon Jan 10 22:33:32 2005
@@ -10,6 +10,7 @@
LEVEL = ../../..
LIBRARYNAME = LLVMHello
SHARED_LIBRARY = 1
+LOADABLE_MODULE = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list