Add needs-threads header command (#1943)

This commit is contained in:
Eric Huss 2024-04-06 12:57:34 -07:00 committed by GitHub
parent 62ad597fcf
commit 0b431aca38

View file

@ -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: