[clang] [clang][doc][SYCL] Expand SYCL driver release notes (PR #200449)
Nick Sarnie via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 4 07:36:21 PDT 2026
================
@@ -945,10 +945,28 @@ OpenMP Support
SYCL Support
------------
+- SYCL compilations now default to ``-std=c++17`` when no explicit language
+ standard is specified. Standards below C++17 are rejected with a diagnostic.
+
- Clang now assumes default target for SYCL device compilation is 64-bit SPIR-V
and it now diagnoses if a non-supporting target is specified via command line.
(#GH167358)
+- The SYCL runtime shared library has been renamed from ``libsycl.so`` to
+ ``libLLVMSYCL.so`` to align with LLVM naming conventions. SYCL header include
----------------
sarnex wrote:
Should the second sentence here be a separate item or is it related to the library name?
https://github.com/llvm/llvm-project/pull/200449
More information about the cfe-commits
mailing list