This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget][amdgpu][nfc] Replace use of gelf.h with libelf.h
ClosedPublic

Authored by JonChesterfield on Jul 22 2021, 11:41 AM.

Details

Summary

AMDGPU can assume Elf64 so doesn't need to abstract over Elf32

Drop a few other unused headers at the same time. Now only llvm elf
and libelf are used by the plugin.

Diff Detail

Event Timeline

JonChesterfield requested review of this revision.Jul 22 2021, 11:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2021, 11:41 AM
JonChesterfield edited the summary of this revision. (Show Details)Jul 22 2021, 11:42 AM
This revision is now accepted and ready to land.Jul 22 2021, 11:57 AM
This revision was landed with ongoing or failed builds.Jul 22 2021, 12:04 PM
This revision was automatically updated to reflect the committed changes.