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

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 7 08:43:21 PDT 2024


================
@@ -0,0 +1,137 @@
+// RUN: %clang_cc1 -triple x86_64-linux-gnu -std=c++17 -fsyntax-only -fsycl-is-device -verify %s
----------------
erichkeane wrote:

I don't think I see tests for all of the things in your documented list.

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


More information about the cfe-commits mailing list