Mostly implemented big and small string work for Str.concat. Just some bugs somewhere in the llvm

This commit is contained in:
Chad Stearns 2020-09-12 17:39:41 -04:00
parent 89ca6735eb
commit a6c3d8edef
4 changed files with 82 additions and 55 deletions

View file

@ -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",
)
};