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

Tom Honermann via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 30 07:59:30 PDT 2024


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

I agree it is silly as is. It will get bigger; see [here](https://github.com/tahonermann/llvm-project/compare/sycl-upstream-fe-pr3...tahonermann:llvm-project:sycl-upstream-fe-pr4#diff-328fcdcf882c121d5c56fdc6cd56c43fdbbb00da171da70f3ba6982c43686a63R14315-R14357).

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


More information about the cfe-commits mailing list