Add a note explaining why commented out

This commit is contained in:
Richard Feldman 2021-05-23 20:06:06 -04:00 committed by GitHub
parent 6f8804f24a
commit f4b1e74895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,6 +96,7 @@ fn build_object<'a, B: Backend<'a>>(
let data_section = output.section_id(StandardSection::Data);
/*
// Commented out because we couldn't figure out how to get it to work on mac - see https://github.com/rtfeldman/roc/pull/1323
let comment = output.add_section(vec![], b".comment".to_vec(), SectionKind::OtherString);
output.append_section_data(
comment,