[PATCH] D103646: [OPENMP]Fix PR50129: omp cancel parallel not working as expected.

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 4 07:42:20 PDT 2021


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

LG, one nit below.



================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:538
+                                omp::Directive CanceledDirective,
+                                FinalizeCallbackTy ExitCB = {});
 
----------------
The documentation doesn't match the prototype.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103646



More information about the cfe-commits mailing list