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
This commit is contained in:
Reid Spencer 2005-01-13 16:53:05 +00:00
parent 1492709177
commit 41c56c03f7

View File

@ -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