Get rid of llvm.allow-old-toolchain
option
#108622
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
This was added in 3206400 as a temporary workaround for a CI failure. We're no longer using it, so I don't think we should continue to support the option - people can use
llvm.build-config
to define custom CMake flags if they really need to.I have code for removing this that almost works, but the suggested fix in CHANGELOG.md doesn't actually work because of #108621.
The text was updated successfully, but these errors were encountered: