update inkwell to ease the llvm13 transition

This commit is contained in:
Folkert 2021-12-08 19:36:29 +01:00
parent 7fb00140c1
commit 40246607aa
8 changed files with 88 additions and 39 deletions

View file

@ -346,7 +346,7 @@ fn build_hash_tag<'a, 'ctx, 'env>(
.set_current_debug_location(env.context, di_location);
let call = env
.builder
.build_call(function, &[seed.into(), value], "struct_hash");
.build_call(function, &[seed.into(), value.into()], "struct_hash");
call.set_call_convention(FAST_CALL_CONV);