[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
Fri Feb 4 05:28:11 PST 2022
igor.kirillov created this revision.
Herald added subscribers: guansong, yaxunl.
igor.kirillov requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.
Repository:
rG LLVM Github Monorepo
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.405931.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220204/39c51cf5/attachment.bin>
More information about the Openmp-commits
mailing list