Skip to content

rustbuild: don't enable llvm AVR backend when no experiemental-targets are enabled in config.toml #76471

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

Closed
wants to merge 1 commit into from

Conversation

matthiaskrgr
Copy link
Member

Fixes #76470

@rust-highfive
Copy link
Contributor

r? @Mark-Simulacrum

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 8, 2020
@matthiaskrgr
Copy link
Member Author

Turns out that AVR is built by default (as per #experimental-targets = "AVR" in config.toml.exampl and one has to explicitly set the value to "" to not have it built.

@matthiaskrgr matthiaskrgr deleted the no_default_AVR branch January 25, 2025 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustbuild: is llvm always built with AVR backend?
3 participants