Skip to content

Commit 522ca9b

Browse files
authored
Add needs-threads header command (rust-lang#1943)
1 parent 4065bd5 commit 522ca9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/headers.md

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ The following header commands will check rustc build settings and target setting
154154
* `needs-unwind` — ignores if the target does not support unwinding
155155
* `needs-rust-lld` — ignores if the rust lld support is not enabled
156156
(`rust.lld = true` in `config.toml`)
157+
* `needs-threads` — ignores if the target does not have threading support
157158

158159
The following header commands will check LLVM support:
159160

0 commit comments

Comments
 (0)