[Openmp-commits] [PATCH] D79944: [OpenMP] Fix for https://bugs.llvm.org/show_bug.cgi?id=45904.

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon May 18 05:52:29 PDT 2020


AndreyChurbanov marked an inline comment as done.
AndreyChurbanov added a comment.

In D79944#2037911 <https://reviews.llvm.org/D79944#2037911>, @Hahnfeld wrote:

> Does `-fopenmp-version` work with the Intel Compiler? How will this work if the GCC eventually gets support for OpenMP 5.0?


Thanks for comment.  I added Intel legacy compiler icc to the list of unsupported compilers as it supports neither detach clause nor -fopenmp-version option; and listed particular gcc versions, so that next version could be tested if they will implement the support of detach clause.


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

https://reviews.llvm.org/D79944





More information about the Openmp-commits mailing list