[Bug 276104] [exp-run] Against llvm-18-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 20 Apr 2024 10:37:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276104

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

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

commit 335f7960dc37e3f149c0d795909e2d3948c4a554
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-01-07 11:32:29 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-04-19 21:24:41 +0000

    Add two FreeBSD customizations to libc++

    This is intended to better support ports usage of older clang versions:
    * Add _LIBCPP_ENABLE_COMPILER_VERSION_CHECKS block around compiler
      version checks, to avoid any warnings about support. This makes some
      ports that use -Werror fall over.
    * When using clang < 15.0, avoid using a type visibility attribute on
      the std namespace, as older versions of clang do not support this.

    PR:             276104
    MFC after:      1 month

    (cherry picked from commit 412fa3436f0d1fe4a7e5e3b66783aa40f599125e)

 contrib/llvm-project/libcxx/include/__config | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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