[Bug 280562] [exp-run] Against llvm-19-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 01 Dec 2024 11:19:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280562

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=0b8644b0730322aac0f9cc465b7905841b0b6118

commit 0b8644b0730322aac0f9cc465b7905841b0b6118
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-08-05 20:27:51 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-12-01 11:17:11 +0000

    libcxx-compat: revert llvmorg-19-init-4003-g55357160d0e1:

      [libc++] Use GCC type traits builtins for remove_cv and remove_cvref
(#81386)

      They have been added recently to GCC without support for mangling. This
      patch uses them in structs and adds aliases to these structs instead of
      the builtins directly.

    PR:             280562
    MFC after:      1 month

    (cherry picked from commit 072b5fb698abd61ab30bea70135758336b0de999)

 .../llvm-project/libcxx/include/__type_traits/remove_cv.h | 11 ++++++++---
 .../libcxx/include/__type_traits/remove_cvref.h           | 15 +++++----------
 2 files changed, 13 insertions(+), 13 deletions(-)

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