[clang] [SYCL] The sycl_kernel_entry_point attribute. (PR #111389)

Tom Honermann via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 22 10:22:05 PDT 2024


================
@@ -14296,6 +14296,30 @@ void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
   }
 }
 
+static SYCLKernelInfo BuildSYCLKernelInfo(ASTContext &Context,
----------------
tahonermann wrote:

Oops, yes. It will be needed in future PRs, but should be added then. I'll remove it in this one.

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


More information about the cfe-commits mailing list