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 e9df0a4 commit 3be9b21Copy full SHA for 3be9b21
sycl/test-e2e/KernelAndProgram/kernel-bundle-merge-options.cpp
@@ -5,6 +5,8 @@
5
6
// Debug option -g is not passed to device code compiler when CL-style driver
7
// is used and /DEBUG options is passed.
8
+// XFAIL: cl_options
9
+// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16309
10
11
#include "kernel-bundle-merge-options.hpp"
12
@@ -13,7 +15,7 @@
13
15
14
16
// TODO: Uncomment when build options are properly passed to compile and link
17
// commands for kernel_bundle
-// CHECK: <--- urProgramCompile(
-// CHECK-SAME: -g
18
-// CHECK: <--- urProgramLink(
19
+// xCHECK: <--- urProgramCompile(
+// xCHECK-SAME: -g
20
+// xCHECK: <--- urProgramLink(
21
0 commit comments