mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
string is empty for dev backend
This commit is contained in:
parent
f45e4ed858
commit
dd3d0a188e
5 changed files with 15 additions and 4 deletions
|
@ -1120,6 +1120,10 @@ trait Backend<'a> {
|
|||
|
||||
self.build_fn_call(sym, intrinsic.to_string(), args, arg_layouts, ret_layout)
|
||||
}
|
||||
LowLevel::StrIsEmpty => {
|
||||
let intrinsic = bitcode::STR_IS_EMPTY.to_string();
|
||||
self.build_fn_call(sym, intrinsic, args, arg_layouts, ret_layout);
|
||||
}
|
||||
x => todo!("low level, {:?}", x),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue