We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061a2c6 commit a28778cCopy full SHA for a28778c
clang/test/SemaSYCL/inline-asm.cpp
@@ -2,6 +2,9 @@
2
// RUN: %clang_cc1 -fsycl -fsycl-is-device -fsyntax-only -verify %s -DLINUX_ASM -DSPIR_CHECK -triple spir64-unknown-unknown-sycldevice
3
// RUN: %clang_cc1 -fsycl -fsycl-is-device -fsyntax-only -verify -triple x86_64-windows -fasm-blocks %s
4
5
+// Invalid output constraint diagnistic is duplicated
6
+// XFAIL:*
7
+
8
#ifndef SPIR_CHECK
9
//expected-no-diagnostics
10
#endif // SPIR_CHECK
0 commit comments