[Bug 255570] [exp-run] Against llvm-12-update branch on GitHub
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Dec 2021 11:58:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255570
--- Comment #45 from commit-hook@FreeBSD.org ---
A commit in branch stable/12 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=8a74220dbb02930328b37ba1c5ebcf7280304722
commit 8a74220dbb02930328b37ba1c5ebcf7280304722
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2021-06-14 18:44:09 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2021-12-25 11:51:07 +0000
Apply upstream libc++ fix to allow building with devel/xxx-xtoolchain-gcc
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
(cherry picked from commit d099db25464b826c5724cf2fb5b22292bbe15f6e)
contrib/llvm-project/libcxx/include/fstream | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.