[all-commits] [llvm/llvm-project] b5c4fc: [NFC][libomptarget] Reduce the dependency on libelf
vzakhari via All-commits
all-commits at lists.llvm.org
Wed Jun 16 08:35:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5c4fc0f232b6368bbd7cd8681a6931f2c30ad02
https://github.com/llvm/llvm-project/commit/b5c4fc0f232b6368bbd7cd8681a6931f2c30ad02
Author: Vyacheslav Zakharin <vyacheslav.p.zakharin at intel.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
M openmp/libomptarget/plugins/common/elf_common/CMakeLists.txt
A openmp/libomptarget/plugins/common/elf_common/elf_common.cpp
M openmp/libomptarget/plugins/common/elf_common/elf_common.h
M openmp/libomptarget/plugins/remote/server/CMakeLists.txt
Log Message:
-----------
[NFC][libomptarget] Reduce the dependency on libelf
This change-set removes libelf usage from elf_common part of the plugins.
libelf is still used in x86_64 generic plugin code and in some plugins
(e.g. amdgpu) - these will have to be cleaned up in separate checkins.
Differential Revision: https://reviews.llvm.org/D103545
More information about the All-commits
mailing list