[clang] [CUDA][HIP] Add a __device__ version of std::__glibcxx_assert_fail() (PR #136133)

Artem Belevich via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 30 12:14:08 PDT 2025


https://github.com/Artem-B commented:

LGTM in principle.

Now the question is -- how do we test it? There are multiple libstdc++ library versions in the wild and we must not break any of them. We do have some testing on CUDA test bots (which I've just discovered to be silently broken for a while now), but they do not cover recent libstdc++ versions. 

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


More information about the cfe-commits mailing list