Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2024 10:34:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 276104] [exp-run] Against llvm-18-update branch on GitHub
Message-ID:  <bug-276104-7788-L2OQIHdX9t@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276104-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276104-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276104

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D7adf29b6244fe016ef869f287a6604819=
5f9af29

commit 7adf29b6244fe016ef869f287a66048195f9af29
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:14:10 +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(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276104-7788-L2OQIHdX9t>