[clang] [PCH, CUDA] Take CUDA attributes into account (PR #125127)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 31 04:13:28 PST 2025


================
@@ -14,12 +16,19 @@ void kcall(void (*kp)()) {
 __global__ void kern() {
 }
 
+__host__ int overloaded_func();
----------------
kadircet wrote:

can you also add a comment here explaining what we're testing?

https://github.com/llvm/llvm-project/pull/125127


More information about the cfe-commits mailing list