[clang] [SYCL] The sycl_kernel_entry_point attribute. (PR #111389)
Alexey Bader via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 21 11:49:54 PDT 2024
================
@@ -14296,6 +14296,30 @@ void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
}
}
+static SYCLKernelInfo BuildSYCLKernelInfo(ASTContext &Context,
----------------
bader wrote:
`Context` parameter is unused. I suppose it might trigger a compiler warning. Can we drop this parameter?
https://github.com/llvm/llvm-project/pull/111389
More information about the cfe-commits
mailing list