[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 18:54:40 PDT 2021


JonChesterfield added a comment.

I know of no failure modes. Missing libelf should be handled gracefully by skipping the plugin.

I believe it has only been built on x64 and ppc so far. Libomptarget probably builds on aarch64, maybe others.

We could avoid it failing under CI by running the build on all the machines of CI before commit, but I don't think we have the infra in place to do that.


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