forked from OSchip/llvm-project
[OpenMP] kmp_atomic_float10_max_min.c test should only be executed on x86 platform
Differential Revision: https://reviews.llvm.org/D118988
This commit is contained in:
parent
28fb22c90f
commit
4ae885b1e3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue