[Openmp-commits] [PATCH] D118988: [OpenMP] kmp_atomic_float10_max_min.c test should only be executed on x86 platform
Igor Kirillov via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Feb 7 02:16:05 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4ae885b1e3e7: [OpenMP] kmp_atomic_float10_max_min.c test should only be executed on x86… (authored by igor.kirillov).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118988/new/
https://reviews.llvm.org/D118988
Files:
openmp/runtime/test/atomic/kmp_atomic_float10_max_min.c
Index: openmp/runtime/test/atomic/kmp_atomic_float10_max_min.c
===================================================================
--- openmp/runtime/test/atomic/kmp_atomic_float10_max_min.c
+++ 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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118988.406364.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220207/630b92a9/attachment.bin>
More information about the Openmp-commits
mailing list