Skip to content

Commit 3cbdd9f

Browse files
committed
[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
1 parent 08e4ccb commit 3cbdd9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/test/Driver/hipstdpar.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// XFAIL: target={{.*}}-apple{{.*}}
22
// XFAIL: target={{.*}}-windows{{.*}}
3+
// XFAIL: target={{.*}}hexagon{{.*}}
4+
// XFAIL: target={{.*}}-ps5{{.*}}
35

46
// RUN: not %clang -### --hipstdpar -nogpulib -nogpuinc --compile %s 2>&1 | \
57
// RUN: FileCheck --check-prefix=HIPSTDPAR-MISSING-LIB %s

0 commit comments

Comments
 (0)