[Openmp-commits] [PATCH] D131507: [Libomptarget] Replace use of `dlopen` with LLVM's dynamic library support

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 9 12:43:35 PDT 2022


jhuber6 updated this revision to Diff 451243.
jhuber6 added a comment.

Rebasing on D131516 <https://reviews.llvm.org/D131516> which simplified the use of `dlopen` so this patch can easily replace it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131507/new/

https://reviews.llvm.org/D131507

Files:
  openmp/libomptarget/include/rtl.h
  openmp/libomptarget/plugins/CMakeLists.txt
  openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
  openmp/libomptarget/plugins/amdgpu/dynamic_hsa/hsa.cpp
  openmp/libomptarget/plugins/cuda/CMakeLists.txt
  openmp/libomptarget/plugins/cuda/dynamic_cuda/cuda.cpp
  openmp/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp
  openmp/libomptarget/src/CMakeLists.txt
  openmp/libomptarget/src/rtl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131507.451243.patch
Type: text/x-patch
Size: 19712 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220809/d3934dd8/attachment-0001.bin>


More information about the Openmp-commits mailing list