[Openmp-commits] [PATCH] D105308: [OpenMP] Fix a few issues with hidden helper task

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jul 27 14:35:48 PDT 2021


jdoerfert added a comment.

In D105308#2908638 <https://reviews.llvm.org/D105308#2908638>, @tianshilei1992 wrote:

> In D105308#2907035 <https://reviews.llvm.org/D105308#2907035>, @isuruf wrote:
>
>> Should this be backported to release/12.x branch? Otherwise openmp on macos is broken in 12.x series.
>
> Probably not given the fact the LLVM 13 is a few days ahead, but it's up to @jdoerfert

@isuruf Feel free to file a bug, attach this commit as fix and ask Tom for backporting. This has been successful in tree for a while now, the only problem porting it back could be that there are other "fixes" missing in 12. That said, it's not up to me but I'm supportive. Make sure the patch cleanly applies to the 12 branch or create a new one to attach to the bug report.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105308



More information about the Openmp-commits mailing list