From 153a0981467086e85ad340baf2125b4f542e639f Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 18 Mar 2024 12:24:14 -0700 Subject: [PATCH] Add needs-threads header command --- src/tests/headers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/headers.md b/src/tests/headers.md index c64982670..1541a8184 100644 --- a/src/tests/headers.md +++ b/src/tests/headers.md @@ -154,6 +154,7 @@ The following header commands will check rustc build settings and target setting * `needs-unwind` — ignores if the target does not support unwinding * `needs-rust-lld` — ignores if the rust lld support is not enabled (`rust.lld = true` in `config.toml`) +* `needs-threads` — ignores if the target does not have threading support The following header commands will check LLVM support: