Skip to content

Commit

Permalink
fixup! Support external linkage in "sysimages"
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Apr 7, 2022
1 parent 6735191 commit f8fda3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aotcompile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ static void jl_ci_cache_lookup(const jl_cgparams_t &cgparams, jl_method_instance
// all reachable & inferrrable functions. The `policy` flag switches between the default
// mode `0`, the extern mode `1`.
extern "C" JL_DLLEXPORT
void *jl_create_native_impl(jl_array_t *methods, LLVMOrcThreadSafeModuleRef llvmctxt, const jl_cgparams_t *cgparams, int _policy, int _imaging_mode)
void *jl_create_native_impl(jl_array_t *methods, LLVMOrcThreadSafeModuleRef llvmmod, const jl_cgparams_t *cgparams, int _policy, int _imaging_mode)
{
if (cgparams == NULL)
cgparams = &jl_default_cgparams;
Expand Down

0 comments on commit f8fda3d

Please sign in to comment.