[Openmp-commits] [PATCH] D92143: [libomptarget][cuda] Detect missing symbols in plugin at build time

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Nov 25 16:56:42 PST 2020


tianshilei1992 added a comment.

This is a nice change, but not all plugins can implement all interfaces listed in `exports`. For example, if the plugin doesn't support async operations, then those interfaces suffix with `_async` will not be implemented by the plugin, and `libomptarget` can acknowledge that because `dlopen` returns `nullptr`.


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