-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Rustc segfault #56942
Comments
Correction: this does not happen on 9fe5cb5. It only happens with these changes /~https://github.com/VardhanThigle/rust/pull/1/files which AFAICT don't touch codegen at all :( |
No issues with
|
No issues with
either |
are you building with llvm assertions on? |
I just did a rebuild with
and I'm getting the same issue |
Actually, let me try again with a clean build directory, not sure if LLVM got rebuilt |
|
Is the backtrace for that assertion the same as the backtrace for the segfault? |
Close (getShuffleCost)
|
I think that's it. |
Update LLVM submodule This includes rust-lang/llvm#133 Fixes rust-lang#56942
Commit 9fe5cb5
Stage 2 build finishes fine, this failure happens when building
std
forx86_64-fortanix-unknown-sgx
withxargo
.The text was updated successfully, but these errors were encountered: