freebsd-dev/contrib/llvm-project
Dimitry Andric d099db2546 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
2021-06-14 20:44:09 +02:00
..
clang Disable strict-fp for powerpcspe, as it does not work properly yet 2021-06-14 18:10:03 +02:00
compiler-rt Merge llvm-project 12.0.0 release 2021-06-13 22:01:15 +02:00
libcxx Apply upstream libc++ fix to allow building with devel/xxx-xtoolchain-gcc 2021-06-14 20:44:09 +02:00
libunwind Merge llvm-project main llvmorg-12-init-17869-g8e464dd76bef 2021-06-13 21:37:19 +02:00
lld Merge llvm-project 12.0.0 release 2021-06-13 22:01:15 +02:00
lldb Merge llvm-project 12.0.0 release 2021-06-13 22:01:15 +02:00
llvm Merge llvm-project 12.0.0 release 2021-06-13 22:01:15 +02:00
openmp Merge llvm-project 12.0.0 release 2021-06-13 22:01:15 +02:00
FREEBSD-Xlist Update contrib/llvm-project/FREEBSD-Xlist for llvmorg-11.0.1-rc2. 2021-01-03 14:21:54 +01:00