You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whissi opened this issue
Jan 25, 2019
· 6 comments
Labels
A-linkageArea: linking into static, shared libraries and binariesA-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.O-linuxOperating system: Linux
INFO 2019-01-25T18:55:20Z: rustc_codegen_llvm::back::lto: linking "core.9adngr8s-cgu.0"
error: failed to load bc of "core.9adngr8s-cgu.0": Invalid record
error: aborting due to previous error
[...]
Could not compile `fd-find`.), unknown: false, exit_code: 101 }
error: Could not compile `fd-find`.
Please see the attached verbose build.log. build.log.zip
The text was updated successfully, but these errors were encountered:
Centril
added
A-linkage
Area: linking into static, shared libraries and binaries
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
O-linux
Operating system: Linux
labels
Jan 25, 2019
Right. The problem error: failed to load bc of "core.9adngr8s-cgu.0": Invalid record seems to be caused by sccache usage I tried while I started to investigate the original issue #57762 before the bug + solution was filed here to speed up bisect a little bit :/
A-linkageArea: linking into static, shared libraries and binariesA-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.O-linuxOperating system: Linux
On Gentoo Linux we have the same problem like reported in #57762, downstream bug: https://bugs.gentoo.org/675752
I now applied the two patches (llvm-mirror/llvm@da1fb72 and llvm-mirror/llvm@cc1f2a5) to our llvm-7 version but fd (https://github.com/sharkdp/fd) is still failing to build. New error is:
Please see the attached verbose build.log.
build.log.zip
The text was updated successfully, but these errors were encountered: