Skip to content

Commit 9f406e4

Browse files
committed
[HIP][Clang][Driver] Correctly specify test requirements as Linux + x86 + AMDGPU; temporarily retain targeted XFAILs for Hexagon & PS.
Differential Revision: https://reviews.llvm.org/D155775
1 parent 75f295c commit 9f406e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang/test/Driver/hipstdpar.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
// XFAIL: target={{.*}}-apple{{.*}}
1+
// REQUIRES: x86-registered-target
2+
// REQUIRES: amdgpu-registered-target
3+
// REQUIRES: system-linux
24
// XFAIL: target={{.*}}hexagon{{.*}}
35
// XFAIL: target={{.*}}-scei{{.*}}
46
// XFAIL: target={{.*}}-sie{{.*}}
5-
// XFAIL: target={{.*}}-windows{{.*}}
67

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

0 commit comments

Comments
 (0)