1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

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 55e707feb0
commit d5bf5709c4

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