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 4065bd5d9d
commit 522ca9b495
1 changed files with 1 additions and 0 deletions

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-unwind` — ignores if the target does not support unwinding
* `needs-rust-lld` — ignores if the rust lld support is not enabled * `needs-rust-lld` — ignores if the rust lld support is not enabled
(`rust.lld = true` in `config.toml`) (`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: The following header commands will check LLVM support: