[Openmp-commits] [openmp] [libomptarget] Support BE ELF files in plugins-nextgen (PR #85246)
Ulrich Weigand via Openmp-commits
openmp-commits at lists.llvm.org
Fri Mar 15 11:02:31 PDT 2024
uweigand wrote:
OK, found the bug. We need to translate a NULL ELFT::Sym pointer into a std::nullopt to indicate a symbol is not found. I've reapplied the PR with this bug fixed, and now all build bots finally remain green! Thanks for your patience in getting this resolved.
https://github.com/llvm/llvm-project/pull/85246
More information about the Openmp-commits
mailing list