.rela.debug_info relocations are being done via
ObjectFileELF::ApplyRelocations for aarch64. Currently, the switch case
that iterates over the relocation type is only implemented for a few
different types and assert(false)es over the rest.
Implement the relocation for R_AARCH64_ABS32 in ApplyRelocations
Not related to this change, just a drive by comment. Should this be an error message and not an assert? If this can happen due to bad input objects (too much debug information) then it would be helpful to the user to have an error message rather than an assert failure.