Skip to content

Commit b84f0b2

Browse files
[SYCL] Fix post commit failure on Windows. (#7582)
Fixes post-commit failure reported in #7483
1 parent 75302c5 commit b84f0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenSYCL/remove-restriction-builtin-printf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ int main() {
1010
q.submit([&](handler &h) {
1111
// CHECK: define {{.*}}spir_kernel {{.*}}
1212
h.single_task<class kernelA>([=]() {
13-
// CHECK: printf(ptr noundef nonnull dereferenceable(1) @.str, i32 noundef 24)
13+
// CHECK: call {{.*}}printf(ptr noundef nonnull dereferenceable(1) @{{.*}}, i32 noundef 24)
1414
__builtin_printf("hello, %d\n", 24);
1515
});
1616
});

0 commit comments

Comments
 (0)