Bug#913271: segfault - broken rust compiling

Josh Stone jistone at redhat.com
Tue Nov 13 20:05:24 GMT 2018


There's an ABI incompatibility between LLVM compiled with GCC and Clang:
https://bugs.llvm.org/show_bug.cgi?id=39427

So if you have a Clang-built libLLVM.so, and rustc's src/rustllvm is
built with GCC, then I think you may be hitting this problem.



More information about the Pkg-llvm-team mailing list