Date: Mon, 16 May 2022 10:17:08 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: Charlie Li <vishwin@freebsd.org> Cc: "src-committers@freebsd.org" <src-committers@FreeBSD.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@FreeBSD.org>, "dev-commits-src-main@freebsd.org" <dev-commits-src-main@FreeBSD.org> Subject: Re: git: 349cc55c9796 - main - Merge llvm-project main llvmorg-14-init-10186-gff7f2cfa959b Message-ID: <C45D4583-C972-426A-88F0-42F475D760D2@FreeBSD.org> In-Reply-To: <e251f1fb-b0c2-1d3a-d9f2-6def1ddb9735@freebsd.org> References: <202205141148.24EBmkZd015765@gitrepo.freebsd.org> <e251f1fb-b0c2-1d3a-d9f2-6def1ddb9735@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_12C9BCC2-EF04-45F4-8D1A-9CA955208CB0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 16 May 2022, at 00:25, Charlie Li <vishwin@freebsd.org> wrote: >=20 > Dimitry Andric wrote: >> The branch main has been updated by dim: >> URL: = https://cgit.FreeBSD.org/src/commit/?id=3D349cc55c9796c4596a5b9904cd3281af= 295f878f >> commit 349cc55c9796c4596a5b9904cd3281af295f878f >> Merge: cb2ae6163174 c0981da47d56 >> Author: Dimitry Andric <dim@FreeBSD.org> >> AuthorDate: 2022-03-20 11:40:34 +0000 >> Commit: Dimitry Andric <dim@FreeBSD.org> >> CommitDate: 2022-05-14 11:43:05 +0000 >> Merge llvm-project main llvmorg-14-init-10186-gff7f2cfa959b >> This updates llvm, clang, compiler-rt, libc++, libunwind, = lld, lldb and >> openmp to llvmorg-14-init-10186-gff7f2cfa959b. >> PR: 261742 >> MFC after: 2 weeks >> .../llvm-project/compiler-rt/lib/builtins/atomic.c | 15 + > This errors out on -CURRENT immediately preceding this whole LLVM 14 = merge: >=20 > --- atomic.o --- > /usr/src/contrib/llvm-project/compiler-rt/lib/builtins/atomic.c:367:1: = error: implicit declaration of function '__c11_atomic_fetch_nand' is = invalid in C99 [-Werror, > -Wimplicit-function-declaration] > OPTIMISED_CASES > ^ > /usr/src/contrib/llvm-project/compiler-rt/lib/builtins/atomic.c:249:3: = note: expanded from macro 'OPTIMISED_CASES' > OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t) \ > ^ This was also reported by another user, and it turned out they were using WITHOUT_CROSS_COMPILER=3D in src.conf. If you also have that, try removing it and rebuilding. -Dimitry --Apple-Mail=_12C9BCC2-EF04-45F4-8D1A-9CA955208CB0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCYoIIhAAKCRCwXqMKLiCW ox5TAJ9jm+ZvRFUC9HOjLQ3doROs7mZ3VACg5oMZBFSEs1Gd5ej4c0zwzVzRkFI= =WcQS -----END PGP SIGNATURE----- --Apple-Mail=_12C9BCC2-EF04-45F4-8D1A-9CA955208CB0--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C45D4583-C972-426A-88F0-42F475D760D2>