projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1492709
)
Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by
author
Reid Spencer
<rspencer@reidspencer.com>
Thu, 13 Jan 2005 16:53:05 +0000
(16:53 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Thu, 13 Jan 2005 16:53:05 +0000
(16:53 +0000)
the JIT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19524
91177308
-0d34-0410-b5e6-
96231b3b80d8
runtime/libprofile/Makefile
patch
|
blob
|
history
diff --git
a/runtime/libprofile/Makefile
b/runtime/libprofile/Makefile
index 373c54ce2a4f22f826f6e0ac66889e16e01ed559..d90771d026bf6dc57552ecd4cb753df85438fddb 100644
(file)
--- 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