[clang] 3cbdd9f - [HIP][Clang][Driver] Disable `hipstdpar` driver test on Hexagon & PS5, since `hipstdpar` is not going to be available on either of them.
Alex Voicu via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 3 11:07:08 PDT 2023
Author: Alex Voicu
Date: 2023-10-03T19:06:56+01:00
New Revision: 3cbdd9f1e3b40761e5d5db428d66e71591444f18
URL: https://github.com/llvm/llvm-project/commit/3cbdd9f1e3b40761e5d5db428d66e71591444f18
DIFF: https://github.com/llvm/llvm-project/commit/3cbdd9f1e3b40761e5d5db428d66e71591444f18.diff
LOG: [HIP][Clang][Driver] Disable `hipstdpar` driver test on Hexagon & PS5, since `hipstdpar` is not going to be available on either of them.
Differential Revision: https://reviews.llvm.org/D155775
Added:
Modified:
clang/test/Driver/hipstdpar.c
Removed:
################################################################################
diff --git a/clang/test/Driver/hipstdpar.c b/clang/test/Driver/hipstdpar.c
index aa94a7db8ff1af9..04579c43e0cbc6a 100644
--- a/clang/test/Driver/hipstdpar.c
+++ b/clang/test/Driver/hipstdpar.c
@@ -1,5 +1,7 @@
// XFAIL: target={{.*}}-apple{{.*}}
// XFAIL: target={{.*}}-windows{{.*}}
+// XFAIL: target={{.*}}hexagon{{.*}}
+// XFAIL: target={{.*}}-ps5{{.*}}
// RUN: not %clang -### --hipstdpar -nogpulib -nogpuinc --compile %s 2>&1 | \
// RUN: FileCheck --check-prefix=HIPSTDPAR-MISSING-LIB %s
More information about the cfe-commits
mailing list