forked from OSchip/llvm-project
[AIX] Disable unsupported offloading gpu tests
GPUs are not supported on AIX, so this patch sets these tests as unsupported. Reviewed By: stevewan Differential Revision: https://reviews.llvm.org/D114381
This commit is contained in:
parent
8cb1af73c6
commit
0796869e4e
|
@ -1,6 +1,6 @@
|
|||
// REQUIRES: x86-registered-target
|
||||
// REQUIRES: asserts
|
||||
// UNSUPPORTED: darwin
|
||||
// UNSUPPORTED: darwin, aix
|
||||
|
||||
// Generate the file we can bundle.
|
||||
// RUN: %clang -O0 -target %itanium_abi_triple %s -c -o %t.o
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// REQUIRES: x86-registered-target
|
||||
// REQUIRES: powerpc-registered-target
|
||||
// UNSUPPORTED: darwin
|
||||
// UNSUPPORTED: darwin, aix
|
||||
|
||||
//
|
||||
// Generate all the types of files we can bundle.
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
// REQUIRES: nvptx-registered-target
|
||||
// REQUIRES: amdgpu-registered-target
|
||||
|
||||
// UNSUPPORTED: aix
|
||||
|
||||
/// ###########################################################################
|
||||
|
||||
/// Check -Xopenmp-target uses one of the archs provided when several archs are used.
|
||||
|
|
Loading…
Reference in New Issue