Skip to content

Commit

Permalink
Add needs-threads header command (rust-lang#1943)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss authored Apr 6, 2024
1 parent 4065bd5 commit 522ca9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 522ca9b

Please sign in to comment.