mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
update inkwell to ease the llvm13 transition
This commit is contained in:
parent
7fb00140c1
commit
40246607aa
8 changed files with 88 additions and 39 deletions
|
@ -804,7 +804,9 @@ fn build_tag_eq<'a, 'ctx, 'env>(
|
|||
env.builder.position_at_end(block);
|
||||
env.builder
|
||||
.set_current_debug_location(env.context, di_location);
|
||||
let call = env.builder.build_call(function, &[tag1, tag2], "tag_eq");
|
||||
let call = env
|
||||
.builder
|
||||
.build_call(function, &[tag1.into(), tag2.into()], "tag_eq");
|
||||
|
||||
call.set_call_convention(FAST_CALL_CONV);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue