[Openmp-commits] [PATCH] D87269: [OpenMP] Introduce GOMP taskwait depend in the runtime

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 15 05:10:00 PDT 2020


protze.joachim added inline comments.


================
Comment at: openmp/runtime/test/tasking/omp50_taskwait_depend.c:3
+// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7, gcc-8
+// UNSUPPORTED: clang, icc
+
----------------
For the OMPT tests, I prefer to use XFAIL in the situations, where I expect compiler support at some point.
This way, we won't forget to update the support level when codegen is added for clang/icc .

This is what I have in the OMPT test case:
```
// clang does not yet support taskwait with depend clause
// clang-12 introduced parsing, but no codegen
// update expected result when codegen in clang was added
// XFAIL: clang
```


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87269



More information about the Openmp-commits mailing list