[Openmp-commits] [openmp] a64797b - [OpenMP][NFC] disable test on power because of -mlong-double-80 option

via Openmp-commits openmp-commits at lists.llvm.org
Wed Oct 27 06:54:56 PDT 2021


Author: AndreyChurbanov
Date: 2021-10-27T16:54:44+03:00
New Revision: a64797b5b81963a8d4bc73eaacabfee67c85c679

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

LOG: [OpenMP][NFC] disable test on power because of -mlong-double-80 option

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 7a8e46e0e9f23..4a833e7d67c58 100644
--- a/openmp/runtime/test/atomic/kmp_atomic_float10_max_min.c
+++ b/openmp/runtime/test/atomic/kmp_atomic_float10_max_min.c
@@ -1,5 +1,6 @@
 // RUN: %libomp-compile -mlong-double-80 && %libomp-run
 // UNSUPPORTED: gcc
+// UNSUPPORTED: powerpc
 
 #include <stdio.h>
 #include <omp.h>


        


More information about the Openmp-commits mailing list