[Openmp-commits] [PATCH] D89844: [Clang][OpenMP] Fixed an issue of segment fault when using target nowait

Mike Rice via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 5 17:00:34 PST 2021


mikerice added inline comments.


================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:9670
                                  Info.MapTypesArray, Info.MappersArray, Info,
-                                 {/*ForEndTask=*/false, HasDependClauses});
+                                 {/*ForEndTask=*/false, RequiresOuterTask});
     InputInfo.NumberOfTargetItems = Info.NumberOfPtrs;
----------------
It seems this change is no longer in the compiler, as it was reverted by the next commit to this file.  Was that intentional?  See: https://reviews.llvm.org/D90101.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89844



More information about the Openmp-commits mailing list