https://github.com/jmmartinez created 
https://github.com/llvm/llvm-project/pull/147978

The patch [CUDA][HIP] Add a __device__ version of std::__glibcxx_assert_fail() 
(#144886) missed a changelog line.

From 9793fe7b0b97dfba031ed2a0967eb5698cb4d36a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Juan=20Manuel=20Martinez=20Caama=C3=B1o?= <juama...@amd.com>
Date: Thu, 10 Jul 2025 16:45:35 +0200
Subject: [PATCH] [Clang][Doc] Add Changelog line for (#144886)

The patch [CUDA][HIP] Add a __device__ version of std::__glibcxx_assert_fail() 
(#144886)
missed a changelog line.
---
 clang/docs/ReleaseNotes.rst | 2 ++
 1 file changed, 2 insertions(+)

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
 ^^^^^^^^^^^^
 

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to