mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Fix llvm name
This commit is contained in:
parent
58f0c48338
commit
b551ba0f0e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ pub fn str_split<'a, 'ctx, 'env>(
|
|||
let ret_list_ptr_u128s = builder.build_bitcast(
|
||||
ret_list_ptr,
|
||||
ctx.i128_type().ptr_type(AddressSpace::Generic),
|
||||
"ret_u8_list",
|
||||
"ret_u128_list",
|
||||
);
|
||||
|
||||
call_void_bitcode_fn(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue