[Openmp-commits] [PATCH] D103545: [NFC][libomptarget] Reduce the dependency on libelf

Vyacheslav Zakharin via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jun 2 11:41:07 PDT 2021


vzakhari created this revision.
Herald added subscribers: kerbowa, pengfei, tpr, mgorny, nhaehnle, jvesely.
vzakhari requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103545

Files:
  openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
  openmp/libomptarget/plugins/common/elf_common/CMakeLists.txt
  openmp/libomptarget/plugins/common/elf_common/elf_common.cpp
  openmp/libomptarget/plugins/common/elf_common/elf_common.h
  openmp/libomptarget/plugins/remote/server/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103545.349337.patch
Type: text/x-patch
Size: 9345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210602/f9653e3d/attachment-0001.bin>


More information about the Openmp-commits mailing list