Uh oh!
There was an error while loading. Please reload this page.
Upgrade LLVM - #42410
Conversation
rust-highfive
commented
Jun 3, 2017
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
Mark-Simulacrum
commented
Jun 4, 2017
Travis seems to have failed on the newly introduced test. Perhaps it needs to be marked with the llvm greater than marker? https://travis-ci.org/rust-lang/rust/jobs/239126530#L1086 |
nagisa
commented
Jun 4, 2017
Technically, it needs a marker for local-vs-system LLVM. I’ll think about it. |
eddyb
commented
Jun 4, 2017
@nagisa Don't we have something like that already? cc @alexcrichton |
nagisa
commented
Jun 4, 2017
@eddyb I can only see instances of |
alexcrichton
commented
Jun 4, 2017
I don't believe we have one already, but it shouldn't be hard to add |
parched
commented
Jun 8, 2017
@nagisa Could you consider upgrading to 84c52ce which has my changes in too, to fix ARMv6-M |
Includes rust-lang/llvm#80 Includes rust-lang/llvm#79 Also adds tests and thus fixesrust-lang#24194
nagisa
commented
Jun 8, 2017
This is ready, I think. |
sanxiyn
commented
Jun 10, 2017
@bors r+ |
bors
commented
Jun 10, 2017
📌 Commit 7d251d8 has been approved by |
bors
commented
Jun 10, 2017
⌛ Testing commit 7d251d8 with merge 2c3b65c... |
bors
commented
Jun 10, 2017
💔 Test failed - status-travis |
Mark-Simulacrum
commented
Jun 10, 2017
Legitimate failure. |
nagisa
commented
Jun 10, 2017
@bors r=sanxiyn |
bors
commented
Jun 10, 2017
📌 Commit 3d15d79 has been approved by |
bors
commented
Jun 10, 2017
⌛ Testing commit 3d15d79 with merge f3c9977... |
bors
commented
Jun 10, 2017
💔 Test failed - status-travis |
nagisa
commented
Jun 10, 2017
@bors r- never mind are the real failures. |
nagisa
commented
Jun 11, 2017
I cannot reproduce the failures locally. The failure looks super weird to me though. I have a bunch ideas where the problem could be, but with homu being the only way to reproduce the issue it is super hard to try them out. |
nagisa
commented
Jun 14, 2017
Ok, the issue is exactly where I expected it to be – allocate_zeroed. Too bad that I cannot make it work no matter what I do (I’ve tried both making it a I’m not gonna investigate the exact cause of the bug; we can live without optimisation for allocate_zeroed IMO. |
nagisa
commented
Jun 14, 2017
@bors r=sanxiyn |
bors
commented
Jun 14, 2017
📌 Commit 7aaa22c has been approved by |
bors
commented
Jun 14, 2017
⌛ Testing commit 7aaa22c with merge f520e36... |
bors
commented
Jun 14, 2017
💔 Test failed - status-travis |
est31
commented
Jun 14, 2017
Seems legit |
nagisa
commented
Jun 15, 2017
@bors r=sanxiyn |
bors
commented
Jun 15, 2017
📌 Commit 406eddf has been approved by |
bors
commented
Jun 15, 2017
⌛ Testing commit 406eddf with merge 885d0f8... |
bors
commented
Jun 15, 2017
💔 Test failed - status-travis |
arielb1
commented
Jun 16, 2017
Timeout on i686? @bors retry |
bors
commented
Jun 16, 2017
Upgrade LLVM Includes rust-lang/llvm#80
bors
commented
Jun 16, 2017
☀️ Test successful - status-appveyor, status-travis |
Includes rust-lang/llvm#80