[Bug 292067] [exp-run] Against llvm-21-update branch on GitHub
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292067] [exp-run] Against llvm-21-update branch on GitHub"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 May 2026 23:04:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292067
--- Comment #145 from commit-hook@FreeBSD.org ---
A commit in branch stable/15 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=c1db7ad65d704e4ae81bbfe7bdaf049120d324a2
commit c1db7ad65d704e4ae81bbfe7bdaf049120d324a2
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2026-01-02 18:40:05 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2026-05-29 22:57:31 +0000
libcxx-compat: revert llvmorg-21-init-19251-g0c3a2faa8505:
[libc++] Simplify the implementation of __libcpp_{,de}allocate (#147989)
GCC 15 also supports `__buitin_operator_{new,delete}` now, so the
`#else` cases are dead code. This patch inlines the calls to the wrapper
functions and simplifies some surrounding code.
This is part of making libc++ 21 build with GCC 14.
PR: 292067
MFC after: 1 month
(cherry picked from commit ad1f6ee5d7230a63c216cd9ad3b89d5b7d1c4a3a)
.../llvm-project/libcxx/include/__new/allocate.h | 71 ++++++++++++++++------
1 file changed, 51 insertions(+), 20 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.