[Bug 255570] [exp-run] Against llvm-12-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 26 May 2021 11:05:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255570

--- Comment #26 from Dimitry Andric <dim@FreeBSD.org> ---
(In reply to Antoine Brodin from comment #24)
> In addition to the ports noted for amd64,  there is databases/postgresql12-server causing a lot of skipped on i386

Hmm interesting, the postgres ports all error out with:

LLVM ERROR: ThinLTO cannot create input file: Unknown attribute kind (97)
(Producer: 'LLVM12.0.0' Reader: 'LLVM 11.0.1')

so that is a mismatch between the object files (which have been produced with
llvm 12), and the used linker (which appears to be 11.0.1!)

This has happened before, at least now the linker immediately complains instead
of crashing in a strange fashion...

-- 
You are receiving this mail because:
You are on the CC list for the bug.