Skip to content

Commit 1b622c6

Browse files
committed
fixup! Support external linkage in "sysimages"
1 parent d1a71de commit 1b622c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aotcompile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ static void jl_ci_cache_lookup(const jl_cgparams_t &cgparams, jl_method_instance
260260
// all reachable & inferrrable functions. The `policy` flag switches between the default
261261
// mode `0`, the extern mode `1`.
262262
extern "C" JL_DLLEXPORT
263-
void *jl_create_native_impl(jl_array_t *methods, LLVMOrcThreadSafeModuleRef llvmctxt, const jl_cgparams_t *cgparams, int _policy, int _imaging_mode)
263+
void *jl_create_native_impl(jl_array_t *methods, LLVMOrcThreadSafeModuleRef llvmmod, const jl_cgparams_t *cgparams, int _policy, int _imaging_mode)
264264
{
265265
if (cgparams == NULL)
266266
cgparams = &jl_default_cgparams;

0 commit comments

Comments
 (0)