[Openmp-commits] [PATCH] D106600: [libomptarget] Build amdgpu plugin without hsa
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jul 22 15:00:19 PDT 2021
JonChesterfield added a comment.
Herald added a subscriber: sstefan1.
Previous patches have simplified the dependencies of this plugin to increase portability. The plugin uses headers from LLVM and the libelf library, as well as pthreads and dlopen. Libelf was, until recently, used by other plugins in libomptarget so is likely to be available on the build machines.
This may fail CI, especially if a machine that used to have libelf available now doesn't. The fix for that will be to use the LLVM elf support. It may fail to build on arm64, I don't have a machine available to try that on.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106600/new/
https://reviews.llvm.org/D106600
More information about the Openmp-commits
mailing list