mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
fix two strings
This commit is contained in:
parent
13d4b0c8c8
commit
35eff878ae
@ -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()
|
||||
{
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user