On Tue, 12 Nov 2019 23:10:45 +0100 Joerg Sonnenberger <jo...@bec.de> wrote:
> On Tue, Nov 12, 2019 at 04:31:00PM +0100, Maxime Villard wrote: > > Le 12/11/2019 à 16:06, Maxime Villard a écrit : > > > Le 12/11/2019 à 14:37, Joerg Sonnenberger a écrit : > > > > On Tue, Nov 12, 2019 at 11:39:09AM +0100, Maxime Villard wrote: > > > > > Le 11/11/2019 à 23:45, Joerg Sonnenberger a écrit : > > > > > > Module Name: src > > > > > > Committed By: joerg > > > > > > Date: Mon Nov 11 22:45:32 UTC 2019 > > > > > > > > > > > > [...] > > > > > > Log Message: > > > > > > Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da) > > > > > > > > > > Since this change, I cannot cross-compile GENERIC amd64 from Linux: > > > > > > > > What non-standard settings are you using? amd64 is certainly on my list > > > > of architectures to test. > > > > > > No particular settings. Just the latest src/ compiled unchanged with > > > > > > ./build.sh -j4 -U -O ../obj -V MKLLVM=yes -V MKGCC=no -V HAVE_LLVM=yes -m > > > amd64 kernel=GENERIC > > > > I'm also having the same issue on a NetBSD-amd64 host, with again an > > unchanged > > src/ and the same command > > Is that a clean build? I certainly do full release builds for all LLVM > architectures and I don't get this. I was able to reproduce the problem by building in a NetBSD-9 chroot with a GCC host toolchain, but not with my -current LLVM host toolchain. I wonder if GCC miscompiles something.