mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
Drop obsolete comment
This commit is contained in:
parent
b80d92e344
commit
c331925f3f
@ -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…
Reference in New Issue
Block a user