[PATCH] D136111: [OpenMP] Make device functions have hidden visibility

2022-10-18 Thread Joseph Huber via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGbb3c90d3ecd1: [OpenMP] Make device functions have hidden visibility (authored by jhuber6). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D136111/new/ https:/

[PATCH] D136111: [OpenMP] Make device functions have hidden visibility

2022-10-17 Thread Johannes Doerfert via Phabricator via cfe-commits
jdoerfert accepted this revision. jdoerfert added a comment. This revision is now accepted and ready to land. LG, should be fine. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D136111/new/ https://reviews.llvm.org/D136111 __

[PATCH] D136111: [OpenMP] Make device functions have hidden visibility

2022-10-17 Thread Joseph Huber via Phabricator via cfe-commits
jhuber6 updated this revision to Diff 468328. jhuber6 added a comment. We can't make every function hidden for non-GPU offloading. So we only apply it to the functions inside the `declare target` clause there. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.ll

[PATCH] D136111: [OpenMP] Make device functions have hidden visibility

2022-10-17 Thread Joseph Huber via Phabricator via cfe-commits
jhuber6 created this revision. jhuber6 added reviewers: jdoerfert, saiislam, JonChesterfield, ABataev, tianshilei1992, RaviNarayanaswamy, gregrodgers. Herald added subscribers: mattd, asavonic, guansong, yaxunl. Herald added a project: All. jhuber6 requested review of this revision. Herald added s