Skip to content

Commit 0701ee6

Browse files
committed
[HIP][Clang][Driver] Disable hipstdpar driver test on Mac & Windows, since hipstdpar is Linux only at the moment.
1 parent 63bbc25 commit 0701ee6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/Driver/hipstdpar.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// XFAIL: target={{.*}}-apple{{.*}}
2+
// XFAIL: target={{.*}}-windows{{.*}}
3+
14
// RUN: not %clang -### --hipstdpar -nogpulib -nogpuinc --compile %s 2>&1 | \
25
// RUN: FileCheck --check-prefix=HIPSTDPAR-MISSING-LIB %s
36
// RUN: %clang -### --hipstdpar --hipstdpar-path=%S/Inputs/hipstdpar \

0 commit comments

Comments
 (0)