summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-01-13 16:53:05 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-01-13 16:53:05 +0000
commit41c56c03f7464c94bac11e56046f014d49f5bcf4 (patch)
tree5778fbe178e378f9fd0b4cb6279ba8577ee351a7 /runtime
parent149270917776b9d9b8ac438ae335dd6b34f8b868 (diff)
downloadllvm-41c56c03f7464c94bac11e56046f014d49f5bcf4.tar.gz
llvm-41c56c03f7464c94bac11e56046f014d49f5bcf4.tar.bz2
llvm-41c56c03f7464c94bac11e56046f014d49f5bcf4.tar.xz
Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by
the JIT. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19524 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/libprofile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile
index 373c54ce2a..d90771d026 100644
--- a/runtime/libprofile/Makefile
+++ b/runtime/libprofile/Makefile
@@ -10,6 +10,7 @@
LEVEL = ../..
BYTECODE_LIBRARY = 1
SHARED_LIBRARY = 1
+LOADABLE_MODULE = 1
LIBRARYNAME = profile_rt
EXTRA_DIST = exported_symbols.lst
EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst