Skip to content

Commit 248b2d2

Browse files
committed
[SYCL] XFail sycl-kernel-entry-point*pch/module first
"This will require some more investigation. The problem isn't caused by my changes; my changes seem to have exposed some other problem." XFAIL filrst to unblock pulldown, investigation continue in 64770.
1 parent 4b22e2c commit 248b2d2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

clang/test/SemaSYCL/sycl-kernel-entry-point-attr-kernel-name-module.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: *
2+
// XFAIL-TRACKER: CMPLRLLVM-64770
13
// Test that SYCL kernel name conflicts that occur across module boundaries are
24
// properly diagnosed and that declarations are properly merged so that spurious
35
// conflicts are not reported.

clang/test/SemaSYCL/sycl-kernel-entry-point-attr-kernel-name-pch.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: *
2+
// XFAIL-TRACKER: CMPLRLLVM-64770
13
// Test that SYCL kernel name conflicts that occur across PCH boundaries are
24
// properly diagnosed.
35

0 commit comments

Comments
 (0)