[clang] [clang][doc][SYCL] Expand SYCL driver release notes (PR #200449)

Mariya Podchishchaeva via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 1 07:50:51 PDT 2026


================
@@ -945,10 +945,36 @@ OpenMP Support
 
 SYCL Support
 ------------
+- Initial SYCL offload compilation support has been added to Clang. The
+  new ``-fsycl`` flag enables SYCL offloading, producing a SPIR-V device image
+  packaged into the host object. ``-fsycl-device-only`` and
+  ``-fsycl-host-only`` restrict compilation to the device or host side
+  respectively. (#GH117268)
----------------
Fznamznon wrote:

That GH number usually indicates a related GitHub issue in llvm-project repo, not the PR fixing it.

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


More information about the cfe-commits mailing list