[Openmp-commits] [PATCH] D99553: [libomptarget] Read standard notes for ELF offload images
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 8 09:33:39 PDT 2021
JonChesterfield added a comment.
In D99553#2677114 <https://reviews.llvm.org/D99553#2677114>, @vzakhari wrote:
> Hi Jon,
> Regarding the LLVM component libraries linking into the libomptarget/plugins, I guess the bigger change is that OpenMP offload runtime will not build in out-of-tree mode. Should we actually start with disabling the out-of-tree builds, and see how people react to this?
If I understand you correctly, we took that step some time ago. If you check the libomptarget cmake there's some logic that tries to find the rest of llvm and bails if it isn't available. That is currently used to allow including llvm headers - at least the amdgpu plugin does so to keep enums consistent between clang and the plugin. The most recent attempt to unconditionally link a llvm binary is discussed in the comments of D93055 <https://reviews.llvm.org/D93055>
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99553/new/
https://reviews.llvm.org/D99553
More information about the Openmp-commits
mailing list