diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2005-01-13 16:53:05 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2005-01-13 16:53:05 +0000 |
| commit | 152733823e0dfea8dfd848e2b271fbd9c90fe9b5 (patch) | |
| tree | 5506e264b68fe571d3dcbd18e4c8afb21fccebe5 /llvm/runtime | |
| parent | 9df352d469a957fc10aa227df17bcaea47090c34 (diff) | |
| download | bcm5719-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/Makefile | 1 |
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 |

