GPUs are not supported on AIX, so this patch sets these tests as unsupported.
Reviewed By: stevewan
Differential Revision: https://reviews.llvm.org/
D114381
// 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
// REQUIRES: x86-registered-target
// REQUIRES: powerpc-registered-target
-// UNSUPPORTED: darwin
+// UNSUPPORTED: darwin, aix
//
// Generate all the types of files we can bundle.
// REQUIRES: nvptx-registered-target
// REQUIRES: amdgpu-registered-target
+// UNSUPPORTED: aix
+
/// ###########################################################################
/// Check -Xopenmp-target uses one of the archs provided when several archs are used.