[PATCH] D70549: [OPENMP]Fix PR41826: symbols visibility in device code.

Jon Chesterfield via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 19 13:11:46 PST 2022


JonChesterfield added subscribers: jhuber6, JonChesterfield.
JonChesterfield added a comment.
Herald added subscribers: asavonic, sstefan1, yaxunl.

@ABataev @jhuber6 and I would like to change this to annotate variables with whatever visibility the user asked for.

Can you recall if the concern about premption here was for the deviceRTL, in which case it can be comprehensively dealt with by internalizing the deviceRTL symbols, or for user defined things in which case we want whatever the linker flag -Bsymbolic maps onto as an IR construct.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70549



More information about the cfe-commits mailing list