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

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

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

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

commit ba4a80fecbee8a11a072fcfe4647bb260745b634
Author:     Dimitry Andric <dimitry@andric.com>
AuthorDate: 2026-01-05 21:07:58 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2026-05-29 22:59:36 +0000

    libcxx-compat: fix llvmorg-21-init-12415-g3a86e0bd29f3:

      [libc++] Optimize std::getline (#121346)

      ```
      -----------------------------------------------
      Benchmark                   old             new
      -----------------------------------------------
      BM_getline_string        318 ns         32.4 ns
      ```

    Move the __bump_stream() lamda in <istream> to a separate function, so
    this will compile with clang 18 and lower, in C++03 mode and earlier.

    PR:             292067
    MFC after:      1 month

    (cherry picked from commit 17f1a5e638f845e171ab4e3db2a07bf8c6ac3388)

 contrib/llvm-project/libcxx/include/istream   | 28 ++++++++++++++-------------
 contrib/llvm-project/libcxx/include/streambuf |  4 ++++
 2 files changed, 19 insertions(+), 13 deletions(-)

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