Skip to content

Commit f8eb5fe

Browse files
committed
described the purpose of the test.
1 parent 45f6bc3 commit f8eb5fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/test/PCH/cuda-kernel-call.cu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ void kcall(void (*kp)()) {
1616
__global__ void kern() {
1717
}
1818

19+
// Make sure that target overloaded functions remain
20+
// available as overloads after PCH deserialization.
1921
__host__ int overloaded_func();
2022
__device__ int overloaded_func();
2123

0 commit comments

Comments
 (0)