[Openmp-commits] [PATCH] D92143: [libomptarget][cuda] Detect missing symbols in plugin at build time
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Nov 25 18:48:40 PST 2020
JonChesterfield added a comment.
True but orthogonal. This will raise a link error on libomptarget.rtl.cuda.so if it has symbols that are not resolved by the dynamic libraries it is linked against. E.g. amdgpu links with this and doesn't yet implement the device to device copy function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92143/new/
https://reviews.llvm.org/D92143
More information about the Openmp-commits
mailing list