[PATCH] D114484: [NFC][AIX]Disable unsupported hip test on AIX

Steven Wan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 23 15:08:09 PST 2021


stevewan created this revision.
Herald added a subscriber: yaxunl.
stevewan requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

AIX doesn't support GPU. There is no point testing HIP on it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114484

Files:
  clang/test/Driver/hip-version.hip


Index: clang/test/Driver/hip-version.hip
===================================================================
--- clang/test/Driver/hip-version.hip
+++ clang/test/Driver/hip-version.hip
@@ -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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114484.389335.patch
Type: text/x-patch
Size: 427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211123/9a704aa6/attachment.bin>


More information about the cfe-commits mailing list