Add the LOADABLE_MODULE=1 directive to indicate that this shared library is
authorReid Spencer <rspencer@reidspencer.com>
Tue, 11 Jan 2005 04:33:32 +0000 (04:33 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 11 Jan 2005 04:33:32 +0000 (04:33 +0000)
intended to be a dlopenable module and not a "plain" shared library.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19456 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Hello/Makefile

index d9886a95e558021e8d0385c58b4c0e9bc4ec094e..ccd9caff16a6f961ca7080cac35a7224828ed6af 100644 (file)
@@ -10,6 +10,7 @@
 LEVEL = ../../..
 LIBRARYNAME = LLVMHello
 SHARED_LIBRARY = 1
+LOADABLE_MODULE = 1
 
 include $(LEVEL)/Makefile.common