We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust-lld: error while loading shared libraries: libLLVM-7.so
Recent wasm32-unknown-unknown builds on my Travis started failing with the following error:
wasm32-unknown-unknown
rust-lld: error while loading shared libraries: libLLVM-7.so: cannot open shared object file: No such file or directory
rustc 1.30.0-nightly (02cb8f2a4 2018-08-29) failed rustc 1.30.0-nightly (7061b2775 2018-08-28) worked fine
The text was updated successfully, but these errors were encountered:
Looking at the list of commits between 7061b2775 and 02cb8f2a4 this commit look like a possible culprit: 3cf6f0d
7061b2775
02cb8f2a4
Sorry, something went wrong.
cc @michaelwoerister
Duplicate of #53813, #53849 Fixed in #53828, which will be in the next nightly.
Ah, my apologies! I searched for the issue, but I didn't look through closed issues. -_-
No branches or pull requests
Recent
wasm32-unknown-unknown
builds on my Travis started failing with the following error:rustc 1.30.0-nightly (02cb8f2a4 2018-08-29) failed
rustc 1.30.0-nightly (7061b2775 2018-08-28) worked fine
The text was updated successfully, but these errors were encountered: