Add comment about why some roc apps are currently broken

This commit is contained in:
Brendan Hansknecht 2021-08-28 15:12:58 -07:00
parent d9b0f38ff7
commit 566eb955be

View file

@ -1050,6 +1050,9 @@ pub fn surgery(matches: &ArgMatches) -> io::Result<i32> {
} }
} }
offset += size; offset += size;
// TODO: we need to deal with relocatoins in these sections.
// They may point to the text section, which means we need to know where it is.
// This currently breaks some roc apps with closures.
} }
if verbose { if verbose {