[clang] [SYCL] SYCL host kernel launch support for the sycl_kernel_entry_point attribute. (PR #152403)

Mariya Podchishchaeva via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 19 04:01:20 PST 2025


================
@@ -0,0 +1,25 @@
+// RUN: %clang_cc1 -fsycl-is-host -ast-print %s -o - | FileCheck %s
----------------
Fznamznon wrote:

What is the point of this test in this PR?

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


More information about the cfe-commits mailing list