Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by

the JIT.

llvm-svn: 19524
This commit is contained in:
Reid Spencer 2005-01-13 16:53:05 +00:00
parent 9df352d469
commit 152733823e
1 changed files with 1 additions and 0 deletions

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