Hi Nick
The __eh_frame section contains relocations which can always be implicitly generated.
This patch tracks whether sections have only implicitly relocations and skips emitting them to the object file if that is the case.
The test case here ensures that this is the case for __eh_frame sections.
Maybe "relocsToDefinedCanBeImplicit"? Either way I think there should be a clear comment on the field in the struct definition below.