-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Update LLVM to rust-llvm-2015-01-30 #21785
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
Conversation
These missing calls lead to miscompilations with more recent LLVM versions.
(rust_highfive has picked a reviewer for you, use r? to override) |
@lucab Just a heads up because I saw you were likely also working on updating LLVM. |
There's a bug left in the debug info part. I updated |
@dotdash thanks. I'm not touching it right now, but you may want to coordinate with @michaelwoerister on #21512. |
@dotdash Did you also run into an assertion in Feel free to cc me if you are discussing any debuginfo problems. |
@michaelwoerister That was a regression in LLVM which I fixed upstream, it's in the new rust-llvm snapshot I made yesterday. |
@dotdash That's great. I thought that that might be the problem, but overlooked the part where the MDNode indirection was stripped away. |
No description provided.