Date: Mon, 14 Jun 2021 18:47:28 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 255570] [exp-run] Against llvm-12-update branch on GitHub Message-ID: <bug-255570-7788-4K713hKN7j@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-255570-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-255570-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=3D255570 --- Comment #34 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dd099db25464b826c5724cf2fb5b22292b= be15f6e commit d099db25464b826c5724cf2fb5b22292bbe15f6e Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2021-06-14 18:44:09 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2021-06-14 18:44:09 +0000 Apply upstream libc++ fix to allow building with devel/xxx-xtoolchain-g= cc Merge commit 52e9d80d5db2 from llvm git (by Jason Liu): [libc++] add `inline` for __open's definition in ifstream and ofstream Summary: When building with gcc on AIX, it seems that gcc does not like the `always_inline` without the `inline` keyword. So adding the inline keywords in for __open in ifstream and ofstream. That will also make it consistent with __open in basic_filebuf (it seems we added `inline` there before for gcc build as well). Differential Revision: https://reviews.llvm.org/D99422 PR: 255570 MFC after: 6 weeks contrib/llvm-project/libcxx/include/fstream | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --=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-255570-7788-4K713hKN7j>