This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
jdoerfert marked 2 inline comments as done.
Closed by commit rG1dd66e6111a8: [OpenMP] Delay more diagnostics of potentially
non-emitted code (authored by jdoerfert).
R
JonChesterfield accepted this revision.
JonChesterfield added a comment.
This revision is now accepted and ready to land.
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95928/new/
https://reviews.llvm.org/D95928
jdoerfert marked 2 inline comments as done.
jdoerfert added inline comments.
Comment at: clang/lib/Sema/SemaDecl.cpp:18345
if (LangOpts.OpenMPIsDevice) {
+// In OpenMP device mode we will not emit host only functions, or functions
+// we don't need due to their linkage
JonChesterfield added inline comments.
Comment at: clang/lib/Sema/SemaDecl.cpp:18345
if (LangOpts.OpenMPIsDevice) {
+// In OpenMP device mode we will not emit host only functions, or functions
+// we don't need due to their linkage.
What catches a stat
jdoerfert added a comment.
ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95928/new/
https://reviews.llvm.org/D95928
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi
jdoerfert created this revision.
jdoerfert added reviewers: JonChesterfield, grokos, ABataev, Fznamznon, tra,
yaxunl.
Herald added a reviewer: bollu.
Herald added a subscriber: guansong.
jdoerfert requested review of this revision.
Herald added a subscriber: sstefan1.
Herald added a project: clang