mark needs-llvm-components as being handled elsewhere

This commit is contained in:
Pietro Albini 2023-04-14 12:15:17 +02:00
parent 0f8a06b6c0
commit 34a52dfc7a
No known key found for this signature in database
GPG Key ID: CD76B35F7734769E

View File

@ -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 {