fix two strings

This commit is contained in:
Folkert 2022-05-08 00:20:37 +02:00
parent 13d4b0c8c8
commit 35eff878ae
No known key found for this signature in database
GPG Key ID: 1F17F6FFD112B97C
2 changed files with 2 additions and 2 deletions

View File

@ -334,7 +334,7 @@ pub fn gen_from_mono_module_llvm(
module.print_to_file(&app_ll_file).unwrap();
// run the debugir https://github.com/vaivaswatha/debugir tool
match Command::new("/home/folkertdev/roc/debugir/build/debugir")
match Command::new("debugir")
.args(&["-instnamer", app_ll_file.to_str().unwrap()])
.output()
{

View File

@ -162,7 +162,7 @@ pub fn str_from_utf8_range<'a, 'ctx, 'env>(
let start = env
.builder
.build_extract_value(count_and_start, 1, "get_count")
.build_extract_value(count_and_start, 1, "get_start")
.unwrap();
call_void_bitcode_fn(