mark needs-llvm-components as being handled elsewhere
This commit is contained in:
parent
0f8a06b6c0
commit
34a52dfc7a
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue