[Bug 245067] toolchain: FAILED: CPU/libjit.bc error: Invalid record (Producer: 'LLVM10.0.0git' Reader: 'LLVM 9.0.1')

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 26 15:10:27 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245067

Dimitry Andric <dim at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dim at FreeBSD.org

--- Comment #1 from Dimitry Andric <dim at FreeBSD.org> ---
Yeah, this seems to be mixing .bc files between different versions of LLVM.

In this case, the .bc file was built by LLVM 10.0.0, while something is try to
link it using llvm-link 9.0.1.  This is not going to work.

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


More information about the freebsd-toolchain mailing list