Skip to content

Commit 34a52df

Browse files
committed
mark needs-llvm-components as being handled elsewhere
1 parent 0f8a06b commit 34a52df

File tree

1 file changed

+5
-0
lines changed
  • src/tools/compiletest/src/header

1 file changed

+5
-0
lines changed

src/tools/compiletest/src/header/needs.rs

+5
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ pub(super) fn handle_needs(
126126
return IgnoreDecision::Continue;
127127
}
128128

129+
// Handled elsewhere.
130+
if name == "needs-llvm-components" {
131+
return IgnoreDecision::Continue;
132+
}
133+
129134
let mut found_valid = false;
130135
for need in needs {
131136
if need.name == name {

0 commit comments

Comments
 (0)