[all-commits] [llvm/llvm-project] 14e34a: [libomptarget][amdgpu][nfc] Replace use of gelf.h ...
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Thu Jul 22 12:04:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14e34a83b0d234e0651db2396a82ec6bb96a631a
https://github.com/llvm/llvm-project/commit/14e34a83b0d234e0651db2396a82ec6bb96a631a
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2021-07-22 (Thu, 22 Jul 2021)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/impl/system.cpp
M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
Log Message:
-----------
[libomptarget][amdgpu][nfc] Replace use of gelf.h with libelf.h
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.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D106579
More information about the All-commits
mailing list