ld.bfd produces an output with --noinhibit-exec.
Use errorOrWarn() so that we can produce an output as well.
An interesting case is that symbol assignments may execute multiple
times, so we probably want to suppress errors for non-final runs.
Differential D67285
[ELF] Replace error() with errorOrWarn() for the ASSERT command MaskRay on Sep 6 2019, 9:13 AM. Authored by
Details ld.bfd produces an output with --noinhibit-exec. An interesting case is that symbol assignments may execute multiple
Diff Detail
Event TimelineComment Actions LGTM. It can be useful to see an output file for debugging purposes. I agree it will be good to suppress multiple warnings but this could be done later. |