Drop obsolete comment

This commit is contained in:
Richard Feldman 2022-11-18 14:16:12 -05:00
parent b80d92e344
commit c331925f3f
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B

View File

@ -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