-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How should avr-unknown-gnu-atmega328 be parsed? #63
Comments
The initial description said "This target system is Calling That leaves the So my current thinking is that we need to interpret |
The target might be renamed, see rust-lang/rust#131651 (MCP rust-lang/compiler-team#800) |
avr-unknown-gnu-atmega328
is a new target in rustc. "atmega328" isn't recognized by LLVM's Triple or GNU autotools so it's unclear how to categorize it. I posted here asking for clarification.The text was updated successfully, but these errors were encountered: