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

2020-03-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245067

Dimitry Andric  changed:

   What|Removed |Added

 CC||d...@freebsd.org

--- Comment #1 from Dimitry Andric  ---
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.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


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

2020-03-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245067

Ed Maste  changed:

   What|Removed |Added

 CC||ema...@freebsd.org

--- Comment #2 from Ed Maste  ---
This should presumably be a ports PR

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


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

2020-03-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245067

Yuri Victorovich  changed:

   What|Removed |Added

Summary|toolchain: FAILED:  |misc/glow: CPU/libjit.bc
   |CPU/libjit.bc error:|error: Invalid record
   |Invalid record (Producer:   |(Producer: 'LLVM10.0.0git'
   |'LLVM10.0.0git' Reader: |Reader: 'LLVM 9.0.1')
   |'LLVM 9.0.1')   |
   Assignee|toolch...@freebsd.org   |y...@freebsd.org
Product|Base System |Ports & Packages
Version|CURRENT |Latest
  Component|misc|Individual Port(s)

--- Comment #3 from Yuri Victorovich  ---
Compiler/linker got mixed up.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"