mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Drop obsolete comment
This commit is contained in:
parent
b80d92e344
commit
c331925f3f
1 changed files with 1 additions and 2 deletions
|
@ -354,8 +354,7 @@ pub fn build_file<'a>(
|
|||
inputs.push(&str_host_obj_path);
|
||||
}
|
||||
|
||||
let (mut child, _) = // TODO use lld
|
||||
link(target, binary_path.clone(), &inputs, link_type)
|
||||
let (mut child, _) = link(target, binary_path.clone(), &inputs, link_type)
|
||||
.map_err(|_| todo!("gracefully handle `ld` failing to spawn."))?;
|
||||
|
||||
let exit_status = child
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue