Skip to content

Commit f8fda3d

Browse files
committed
fixup! Support external linkage in "sysimages"
1 parent 6735191 commit f8fda3d

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
@@ -256,7 +256,7 @@ static void jl_ci_cache_lookup(const jl_cgparams_t &cgparams, jl_method_instance
256256
// all reachable & inferrrable functions. The `policy` flag switches between the default
257257
// mode `0`, the extern mode `1`.
258258
extern "C" JL_DLLEXPORT
259-
void *jl_create_native_impl(jl_array_t *methods, LLVMOrcThreadSafeModuleRef llvmctxt, const jl_cgparams_t *cgparams, int _policy, int _imaging_mode)
259+
void *jl_create_native_impl(jl_array_t *methods, LLVMOrcThreadSafeModuleRef llvmmod, const jl_cgparams_t *cgparams, int _policy, int _imaging_mode)
260260
{
261261
if (cgparams == NULL)
262262
cgparams = &jl_default_cgparams;

0 commit comments

Comments
 (0)