forked from OSchip/llvm-project
[NFC][AIX]Disable unsupported hip test on AIX
AIX doesn't support GPU. There is no point testing HIP on it. Reviewed By: Jake-Egan Differential Revision: https://reviews.llvm.org/D114484
This commit is contained in:
parent
34d02fada2
commit
23dc886226
|
@ -1,6 +1,7 @@
|
|||
// REQUIRES: clang-driver
|
||||
// REQUIRES: x86-registered-target
|
||||
// REQUIRES: amdgpu-registered-target
|
||||
// UNSUPPORTED: aix
|
||||
|
||||
// RUN: %clang -v --rocm-path=%S/Inputs/rocm 2>&1 \
|
||||
// RUN: | FileCheck -check-prefixes=FOUND %s
|
||||
|
|
Loading…
Reference in New Issue