We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
~/stone/rust-w32 $ rm build -rf && mkdir build && cd build ~/stone/rust-w32/build $ ../configure --build=i686-w64-mingw32 ... ~/stone/rust-w32/build $ make ... compile_and_link: i686-w64-mingw32/stage0/bin/rustc/i686-w64-mingw32/bin/rustc.dll task 'rustc' failed at 'assertion failed: !lib.is_empty()', C:\bot\slave\snap3-win\build\src\librustc\metadata\cstore.rs:138 error: internal compiler error: unexpected failure
The failure doesn't happen on regular mingw.
The text was updated successfully, but these errors were encountered:
It's not mingw-w64 specific. librustc/lib/llvmdeps.rs contained #[link(name = "")] then rustc failed badly. I've opened #11073 for such glitches.
librustc/lib/llvmdeps.rs
#[link(name = "")]
Sorry, something went wrong.
auto merge of #11073 : klutzy/rust/issue-10978, r=alexcrichton
bb02d14
This patchset fixes small glitches which caused #10978.
No branches or pull requests
The failure doesn't happen on regular mingw.
The text was updated successfully, but these errors were encountered: