[PATCH] D114484: [NFC][AIX]Disable unsupported hip test on AIX
Steven Wan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 29 10:26:45 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG23dc88622630: [NFC][AIX]Disable unsupported hip test on AIX (authored by stevewan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114484/new/
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.390408.patch
Type: text/x-patch
Size: 427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211129/bc3c501d/attachment.bin>
More information about the cfe-commits
mailing list