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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D89844: [Clang][OpenMP... Mike Rice via Phabricator via cfe-commits

Reply via email to