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

Artem Belevich via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 31 11:17:26 PST 2025


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

Done

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


More information about the cfe-commits mailing list