Skip to content

Commit bb9843e

Browse files
committed
Add test comment
1 parent 185db16 commit bb9843e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/CodeGenSYCL/int_footer_with_explicit_specialization.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %clang_cc1 -fsycl-is-device -internal-isystem %S/Inputs -triple spir64-unknown-unknown -fsycl-int-footer=%t.footer.h -emit-llvm %s -o -
22
// RUN: FileCheck -input-file=%t.footer.h %s --check-prefix=CHECK-FOOTER
33

4+
// This test checks that integration footer is emitted correctly when a
5+
// device_global has an explicit template specialization in template arguments.
6+
47
#include "sycl.hpp"
58

69
namespace sycl {

0 commit comments

Comments
 (0)