Add needs-threads header command (#1943)
This commit is contained in:
parent
62ad597fcf
commit
0b431aca38
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue