-
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
Building rust/src/rt/rust_try.ll fails when building for arm-apple-darwin #11666
Comments
This is another iOS building related issue |
Hey, thanks! Could you please edit the issue and put the report in a code section? https://help.github.com/articles/github-flavored-markdown#fenced-code-blocks that should make it more readable. |
I can reproduce it. It's an error i have not encountered before. |
@flaper87 oops, looks like someone already corrected the reformatting (thanks!) Also, just to give more detail, this happens at least with commit 53733c8, when configuring & compiling with "../configure --target=arm-apple-darwin && make" on OSX (Xcode 5, OSX Mavericks). The same does not happen with x86_64 darwin. |
I'm building a rebased LLVM to see if LLVM master has fixed this. |
@alexcrichton: Thanks. Can you also tag this issue with "A-iOS"? |
Sadly the abort is still there, although I think it's somewhere else now?
|
llvm-mirror/llvm@e99ebe7 removed the assertion that is triggered in our Master. |
Likely fixed by #14715 |
If #14715 didn't fix this, someone let me know. It's been quite a while since anyone has said anything here. |
Document conflicting lints Documents the outcome described in rust-lang/rust-clippy#11662 so that the situation can be avoided in the future by other individuals. changelog: none
The text was updated successfully, but these errors were encountered: