We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f295c commit 9f406e4Copy full SHA for 9f406e4
clang/test/Driver/hipstdpar.c
@@ -1,8 +1,9 @@
1
-// XFAIL: target={{.*}}-apple{{.*}}
+// REQUIRES: x86-registered-target
2
+// REQUIRES: amdgpu-registered-target
3
+// REQUIRES: system-linux
4
// XFAIL: target={{.*}}hexagon{{.*}}
5
// XFAIL: target={{.*}}-scei{{.*}}
6
// XFAIL: target={{.*}}-sie{{.*}}
-// XFAIL: target={{.*}}-windows{{.*}}
7
8
// RUN: not %clang -### --hipstdpar -nogpulib -nogpuinc --compile %s 2>&1 | \
9
// RUN: FileCheck --check-prefix=HIPSTDPAR-MISSING-LIB %s
0 commit comments