[Openmp-commits] [PATCH] D91746: [libomptarget] Fail on missing symbols in device image

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Nov 20 06:53:53 PST 2020


jdoerfert added a comment.

In D91746#2408074 <https://reviews.llvm.org/D91746#2408074>, @JonChesterfield wrote:

> Manually, yeah - jury rig clang to elide one symbol, rename the one in deviceRTL. Automatically? Not sure it's worth the setup.

Hm, I thought we could prepare an image. Or maybe we can build an offload test, strip a symbol via existing llvm tools, then run and observe the result?
You think that can be done reasonably easily?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91746/new/

https://reviews.llvm.org/D91746



More information about the Openmp-commits mailing list