Author: Mariya Podchishchaeva Date: 2026-05-29T10:14:36+02:00 New Revision: a0f7a62bb6a20404221e2823d4b7dd77f67e77ea
URL: https://github.com/llvm/llvm-project/commit/a0f7a62bb6a20404221e2823d4b7dd77f67e77ea DIFF: https://github.com/llvm/llvm-project/commit/a0f7a62bb6a20404221e2823d4b7dd77f67e77ea.diff LOG: [clang][doc][SYCL] Add a very first SYCL release note (#200200) Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 11cce36a0906c..c302a121457b5 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -942,6 +942,12 @@ OpenMP Support - Added support for ``local`` clause with declare_target directive when OpenMP >= 60. +SYCL Support +------------ +- 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) + Improvements ^^^^^^^^^^^^ - Improved substitution performance in concept checking. (#GH172266) _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
