-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
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
LLVM assertion error (llvm/lib/IR/Instructions.cpp:1086) #21275
Comments
Can you post the SHA of the commit when you observed this for future reference? |
Gladly, |
No such, I was hoping rustc could produce IR (meant that, not bytecode) entirely in rustland, but alas that is not the case. |
What's the output of |
Not sure. I know it was some nightly not more than two days old at the time, but that computer ran out of batteries and I don't have its charger with me. On a different computer using latest rust nightly I hit the same error. That
|
I suspect this is the same issue as #22346 which is fixed by now. Can you confirm that this is fixed? |
@Ericson2314 Are you able to reproduce this issue with the latest beta Rust? |
Given that we don't have a way to reproduce this, I'm going to give it a close. If anyone can, please let me know! |
Sorry the code needs to be updated a lot to compile for post 1.0. When I get around to that, I'll report back here. But yeah this is probably fixed by now. |
Sorry, but I have no idea how to reduce this.
git clone https://github.com/RustOS-Fork-Holding-Ground/rust-net cd rust-net/network cargo build
The text was updated successfully, but these errors were encountered: