[Openmp-commits] [openmp] 4ae885b - [OpenMP] kmp_atomic_float10_max_min.c test should only be executed on x86 platform

Igor Kirillov via Openmp-commits openmp-commits at lists.llvm.org
Mon Feb 7 02:16:03 PST 2022


Author: Igor Kirillov
Date: 2022-02-07T10:07:54Z
New Revision: 4ae885b1e3e783330b2914fde2be0791fb0a0302

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

LOG: [OpenMP] kmp_atomic_float10_max_min.c test should only be executed on x86 platform

Differential Revision: https://reviews.llvm.org/D118988

Added: 
    

Modified: 
    openmp/runtime/test/atomic/kmp_atomic_float10_max_min.c

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/test/atomic/kmp_atomic_float10_max_min.c b/openmp/runtime/test/atomic/kmp_atomic_float10_max_min.c
index 4a833e7d67c58..cc54e1a05c149 100644
--- a/openmp/runtime/test/atomic/kmp_atomic_float10_max_min.c
+++ b/openmp/runtime/test/atomic/kmp_atomic_float10_max_min.c
@@ -1,6 +1,6 @@
 // RUN: %libomp-compile -mlong-double-80 && %libomp-run
 // UNSUPPORTED: gcc
-// UNSUPPORTED: powerpc
+// REQUIRES: x86-registered-target
 
 #include <stdio.h>
 #include <omp.h>


        


More information about the Openmp-commits mailing list