Uh oh!
There was an error while loading. Please reload this page.
debuginfo: Handle spread_arg case in MIR-trans in a more stable way. - #37153
Conversation
…or the individual pieces.
eddyb
commented
Oct 13, 2016
@bors r+ |
bors
commented
Oct 13, 2016
📌 Commit 8d5b523 has been approved by |
cuviper
commented
Oct 14, 2016
Yay - this fix also appears to work when applied to 1.12.0! The backport just needs to change the |
michaelwoerister
commented
Oct 14, 2016
The change should certainly be unproblematic. |
bors
commented
Oct 16, 2016
⌛ Testing commit 8d5b523 with merge dcb6fbe... |
bors
commented
Oct 16, 2016
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
thepowersgang
commented
Oct 16, 2016
Failure was transient (git crashed during clone), retry? |
michaelwoerister
commented
Oct 16, 2016
@bors retry |
bors
commented
Oct 16, 2016
debuginfo: Handle spread_arg case in MIR-trans in a more stable way. Use `VariableAccess::DirectVariable` instead of `VariableAccess::IndirectVariable` in order not to make LLVM's SROA angry. This is a step towards fixing #36774 and #35547. At least, I can build Cargo with optimizations + debuginfo again. r? @eddyb
bors
commented
Oct 16, 2016
💔 Test failed - auto-mac-64-opt-rustbuild |
alexcrichton
commented
Oct 16, 2016
@bors: retry On Sun, Oct 16, 2016 at 7:21 AM, bors notifications@github.com wrote:
|
bors
commented
Oct 16, 2016
bors
commented
Oct 16, 2016
💔 Test failed - auto-win-gnu-32-opt |
alexcrichton
commented
Oct 17, 2016
@bors: retry On Sun, Oct 16, 2016 at 4:49 PM, bors notifications@github.com wrote:
|
bors
commented
Oct 17, 2016
debuginfo: Handle spread_arg case in MIR-trans in a more stable way. Use `VariableAccess::DirectVariable` instead of `VariableAccess::IndirectVariable` in order not to make LLVM's SROA angry. This is a step towards fixing #36774 and #35547. At least, I can build Cargo with optimizations + debuginfo again. r? @eddyb
bors
commented
Oct 17, 2016
nikomatsakis
commented
Oct 18, 2016
Accepting for beta. Small patch, regression. cc @rust-lang/compiler |
Use
VariableAccess::DirectVariableinstead ofVariableAccess::IndirectVariablein order not to make LLVM's SROA angry. This is a step towards fixing #36774 and #35547. At least, I can build Cargo with optimizations + debuginfo again.r? @eddyb