mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Mostly implemented big and small string work for Str.concat. Just some bugs somewhere in the llvm
This commit is contained in:
parent
89ca6735eb
commit
a6c3d8edef
4 changed files with 82 additions and 55 deletions
|
@ -269,7 +269,7 @@ pub fn build_exp_literal<'a, 'ctx, 'env>(
|
|||
&[ctx
|
||||
.i8_type()
|
||||
.const_int(((env.ptr_bytes * 2) - 1) as u64, false)],
|
||||
"final_byte",
|
||||
"str_literal_final_byte",
|
||||
)
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue