[Openmp-commits] [PATCH] D31071: GOMP compatibility: add missing OMP4.0 taskdeps handling code
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Mar 23 04:08:50 PDT 2017
Hahnfeld added inline comments.
================
Comment at: runtime/src/kmp_gsupport.cpp:923
+#if OMP_40_ENABLED
+ , void **depend, int priority
+#endif
----------------
`priority` is probably an OpenMP 4.5 thing?
Repository:
rL LLVM
https://reviews.llvm.org/D31071
More information about the Openmp-commits
mailing list