This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][ELF] Log enum name of unsupported relocation type.
ClosedPublic

Authored by sunho on Jun 13 2022, 10:50 PM.

Details

Summary

Logs enum name of unsupported relocation type. This also changes elf/x86 to use common util function (getELFRelocationTypeName) inside llvm object module.

Diff Detail

Event Timeline

sunho created this revision.Jun 13 2022, 10:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2022, 10:50 PM
sunho requested review of this revision.Jun 13 2022, 10:50 PM
lhames accepted this revision.Jun 14 2022, 2:06 PM

I totally missed that there was an existing function for this. Nice work!

LGTM.

This revision is now accepted and ready to land.Jun 14 2022, 2:06 PM
This revision was landed with ongoing or failed builds.Jun 15 2022, 7:26 AM
This revision was automatically updated to reflect the committed changes.