mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-20 05:38:50 +00:00
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:
parent
1492709177
commit
41c56c03f7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user