-
Notifications
You must be signed in to change notification settings - Fork 63
Cherry-pick r295964 and closely related part of r282387 #76
Cherry-pick r295964 and closely related part of r282387 #76
Conversation
Is this fix for rust nightly or beta / stable? If it is for nightly you'll want to use |
But yesterday's nightly crashes as described in rust-lang/rust#41672. |
Note that my statement only refers to |
Updated. |
@whitequark would it be possible to do a literal |
@alexcrichton No. There is about a dozen commits between the root branch and the bugfix, all interdependent, and most with significant changes. |
@whitequark: Huh? A |
@TimNN Ahhh hm, not sure what went wrong--I must have mixed up something. If you already have the right branch any chance you could simply push it? |
Sure. |
The ARMConstantIslandPass didn't have support for handling accesses to constant island objects through ARM::t2LDRBpci instructions. This adds support for that. This fixes PR31997. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295964 91177308-0d34-0410-b5e6-96231b3b80d8
I've pushed the updated cherry pick. |
Thanks! |
Cherry-pick r295964 and closely related part of r282387
Fixes rust-lang/rust#41672.