summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit152733823e0dfea8dfd848e2b271fbd9c90fe9b5 (patch)
tree5506e264b68fe571d3dcbd18e4c8afb21fccebe5 /llvm/runtime
parent9df352d469a957fc10aa227df17bcaea47090c34 (diff)
downloadbcm5719-llvm-152733823e0dfea8dfd848e2b271fbd9c90fe9b5.tar.gz
bcm5719-llvm-152733823e0dfea8dfd848e2b271fbd9c90fe9b5.zip
Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by
the JIT. llvm-svn: 19524
Diffstat (limited to 'llvm/runtime')
-rw-r--r--llvm/runtime/libprofile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/runtime/libprofile/Makefile b/llvm/runtime/libprofile/Makefile
index 373c54ce2a4..d90771d026b 100644
--- a/llvm/runtime/libprofile/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud