[Bug 292067] [exp-run] Against llvm-21-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 29 May 2026 23:03:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292067

--- Comment #143 from commit-hook@FreeBSD.org ---
A commit in branch stable/15 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=1445ef556ac153dc5f4b14b2f8f8580ef12c2f4d

commit 1445ef556ac153dc5f4b14b2f8f8580ef12c2f4d
Author:     Dimitry Andric <dimitry@andric.com>
AuthorDate: 2026-01-05 19:55:12 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2026-05-29 22:57:32 +0000

    libcxx-compat: revert llvmorg-21-init-10154-ge43e8ec7afbd:

      [libc++] Remove dead implementation of is_nothrow_convertible and merge
the remaining code into is_convertible.h (#137717)

      We can use the `__is_nothrow_convertible` builtin unconditionally now,
      which makes the implementation very simple, so there isn't much of a
      need to keep a separate header around.

    This is part of making libc++ 21 build with clang 18.

    PR:             292067
    MFC after:      1 month

    (cherry picked from commit 035396ceda495f456ca570fb715b04a7fc3b25c2)

 .../libcxx/include/__type_traits/is_convertible.h  | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.