From owner-freebsd-arm@freebsd.org Mon Feb 26 18:16:21 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCB1BF37F35; Mon, 26 Feb 2018 18:16:21 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 757B481530; Mon, 26 Feb 2018 18:16:21 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from coleburn.home.andric.com (coleburn.home.andric.com [192.168.0.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id B0BBF8329; Mon, 26 Feb 2018 19:16:14 +0100 (CET) From: Dimitry Andric Message-Id: <6AAA36E2-CDE3-42C3-B070-3C75044656C6@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_3ABC99C8-E8AC-4180-A3F4-099890C3F398"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Errors compiling LLVM on RPi3 at 330019 Date: Mon, 26 Feb 2018 19:16:18 +0100 In-Reply-To: <20180226152345.GA21006@www.zefox.net> Cc: freebsd-arm@freebsd.org, freebsd-current@freebsd.org To: bob prohaska References: <20180226152345.GA21006@www.zefox.net> X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 18:16:22 -0000 --Apple-Mail=_3ABC99C8-E8AC-4180-A3F4-099890C3F398 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 26 Feb 2018, at 16:23, bob prohaska wrote: >=20 > At revision 330019 -DNO_CLEAN buildworld stops with >=20 > --- Target/X86/X86ISelDAGToDAG.o --- > /usr/src/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:2463:7: = error: use of undeclared identifier 'SelectCode' > SelectCode(ZextTarget.getNode()); > ^ > /usr/src/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:2464:7: = error: use of undeclared identifier 'SelectCode' > SelectCode(Brind.getNode()); > ^ > /usr/src/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:2480:5: = error: use of undeclared identifier 'SelectCode' > SelectCode(VSelect.getNode()); > ^ > /usr/src/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:3072:3: = error: use of undeclared identifier 'SelectCode' > SelectCode(Node); >=20 > Should I wait for an update, or run cleandir? This is on a Pi3. =46rom which revision were you upgrading? It looks like your .inc files were not regenerated properly by llvm-tblgen, maybe timestamps out of whack? I would indeed try a clean build. -Dimitry --Apple-Mail=_3ABC99C8-E8AC-4180-A3F4-099890C3F398 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 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCWpRO8gAKCRCwXqMKLiCW oxKAAKC4GHhn3d0pm3LQRoKLHI6meBgW4ACgwcS+ku+a/fNe6Pbn5vFgF3zUdQA= =Hhgl -----END PGP SIGNATURE----- --Apple-Mail=_3ABC99C8-E8AC-4180-A3F4-099890C3F398--