[clang] [llvm] [Clang] [OpenMP] Support NOWAIT with optional argument (PR #128742)
Michael Klemm via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 06:14:09 PDT 2025
mjklemm wrote:
> Should the `nowait(EXPR)` behavior be guarded by the OpenMP version flag? It seems to me that the tests would currently not respect which OpenMP version is selected and always generate the error.
I agree. This should be under `-fopenmp-version=6.0`
https://github.com/llvm/llvm-project/pull/128742
More information about the llvm-commits
mailing list