Uh oh!
There was an error while loading. Please reload this page.
[MSP430] Build std components for msp430. - #51250
Conversation
alexcrichton
commented
Jun 1, 2018
@pftbest to confirm, do you have a good sense for how often this target breaks? If it's pretty rarely this seems fine by me to land, but if it's pretty common I think we may want to perhaps hold off on it for now |
pftbest
commented
Jun 1, 2018
The last major break was in November 2017 when codegen units where enabled by default (#45836). It was fixed in January (#47453). Since then there where two minor breaks, one in April (#49618) where #[cfg(target_pointer_width)] was missing, and one in May (#50369) where cast from char to usize was giving a warning. In both cases the problem was the fact that msp430 is a 16bit bit target, and it is easy to forget that usize can be 16bit wide. For example in this pull request i have yet another fix for a similar problem. As you can see the fix was trivial in all this cases. There is also one more thing you should know about, due to LLVM bug the build will fail when |
Mark-Simulacrum
commented
Jun 5, 2018
We discussed this today in the infra meeting, and decided that we'd like to hold off for now on landing this until the LLVM assertion is fixed. |
pftbest
commented
Jun 5, 2018
In this particular case the problem is caused by integer overflow checks that gets enabled when But I understand your concern, so I'll see what I can do about it. |
emilyalbini
commented
Jun 25, 2018
Ping from triage @pftbest! It's been a while since we heard from you, will you have time to work on this again? |
pftbest
commented
Jun 25, 2018
Hello, I have no progress on this yet, sorry. |
bors
commented
Jun 29, 2018
☔ The latest upstream changes (presumably #51569) made this pull request unmergeable. Please resolve the merge conflicts. |
TimNN
commented
Jul 3, 2018
Ping form triage! I'm marking this as blocked (on the LLVM bug). |
TimNN
commented
Jul 10, 2018
Ping from triage! Thanks for your PR, @pftbest. It looks like the blocking bug is not going to be resolved anytime soon, so we're closing this PR for now. Feel free to reopen in the future! |
@pftbest I think this might be worth trying to get merged again now:
|
cc @japaric
r? @alexcrichton