-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binariesO-linuxOperating system: LinuxOperating system: Linux
Description
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:
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
Metadata
Metadata
Assignees
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binariesO-linuxOperating system: LinuxOperating system: Linux