mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
mark needs-llvm-components as being handled elsewhere
This commit is contained in:
parent
0f8a06b6c0
commit
34a52dfc7a
@ -126,6 +126,11 @@ pub(super) fn handle_needs(
|
||||
return IgnoreDecision::Continue;
|
||||
}
|
||||
|
||||
// Handled elsewhere.
|
||||
if name == "needs-llvm-components" {
|
||||
return IgnoreDecision::Continue;
|
||||
}
|
||||
|
||||
let mut found_valid = false;
|
||||
for need in needs {
|
||||
if need.name == name {
|
||||
|
Loading…
Reference in New Issue
Block a user