[Openmp-commits] [openmp] f226171 - [OpenMP][Tests][NFC] Mark compatibility with older versions of clang

Joachim Protze via Openmp-commits openmp-commits at lists.llvm.org
Mon Jul 20 04:54:44 PDT 2020


Author: Joachim Protze
Date: 2020-07-20T13:53:29+02:00
New Revision: f2261714290ac22d351ce3f37e51032285404c13

URL: https://github.com/llvm/llvm-project/commit/f2261714290ac22d351ce3f37e51032285404c13
DIFF: https://github.com/llvm/llvm-project/commit/f2261714290ac22d351ce3f37e51032285404c13.diff

LOG: [OpenMP][Tests][NFC] Mark compatibility with older versions of clang

Added: 
    

Modified: 
    openmp/runtime/test/tasking/omp_task_red_taskloop.c

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/test/tasking/omp_task_red_taskloop.c b/openmp/runtime/test/tasking/omp_task_red_taskloop.c
index 35987f6bc053..a56e9cebed96 100644
--- a/openmp/runtime/test/tasking/omp_task_red_taskloop.c
+++ b/openmp/runtime/test/tasking/omp_task_red_taskloop.c
@@ -3,6 +3,9 @@
 // Parsing error until gcc8:
 // UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7, gcc-8
 
+// Parsing error until clang11:
+// UNSUPPORTED: clang-10, clang-9, clang-8, clang-7
+
 // Missing GOMP_taskgroup_reduction_(un)register in LLVM/OpenMP
 // Should be removed once the functions are implemented
 // XFAIL: gcc-9, gcc-10


        


More information about the Openmp-commits mailing list