llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Juan Manuel Martinez Caamaño (jmmartinez) <details> <summary>Changes</summary> The patch [CUDA][HIP] Add a __device__ version of std::__glibcxx_assert_fail() (#<!-- -->144886) missed a changelog line. --- Full diff: https://github.com/llvm/llvm-project/pull/147978.diff 1 Files Affected: - (modified) clang/docs/ReleaseNotes.rst (+2) ``````````diff diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index fddfc36d302b5..c31c0ab5de96e 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -1038,6 +1038,8 @@ RISC-V Support CUDA/HIP Language Changes ^^^^^^^^^^^^^^^^^^^^^^^^^ +* Provide a __device__ version of std::__glibcxx_assert_fail() in a header wrapper. + CUDA Support ^^^^^^^^^^^^ `````````` </details> https://github.com/llvm/llvm-project/pull/147978 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
