Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRust AVR backend #42450
Comments
brson
added
the
A-LLVM
label
Jun 5, 2017
This comment has been minimized.
This comment has been minimized.
|
With the LLVM 4 merge, changes we make to LLVM are easier to circle back into Rust for testing, but there's a lot of work to be done to address mis-generated code. We are tracking what we know in the avr-rust issues. We also have a set of patches that have been applied to LLVM which we have cherry-picked into our fork of Rust's fork of Emscripten's fork of LLVM. Most of the work now centers around trying to compile a piece of code and figuring out why it didn't. We have also set up a gitter for communication in addition to the issue tracker. Any other details you'd be interested in? |
This comment has been minimized.
This comment has been minimized.
|
Thanks @shepmaster. Seems like there's enough bugs left for the timeline to merge into Rust to be indeterminate. |
Mark-Simulacrum
added
the
C-tracking-issue
label
Jul 27, 2017
This comment has been minimized.
This comment has been minimized.
|
I'm going to close this in favor of #44052; which will likely spawn another tracking issue in the future! |
brson commentedJun 5, 2017
Tracking issue so we have something to link to.
cc @dylanmckay @shepmaster. What's the status today?