tests/headers: document `needs-symlink` (#2001)

Added in <https://github.com/rust-lang/rust/pull/126862>.
This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-06-24 12:31:35 +08:00 committed by GitHub
parent 079c8d4d7a
commit 46dc1c7033
1 changed files with 2 additions and 0 deletions

View File

@ -164,6 +164,8 @@ The following header commands will check rustc build settings and target setting
* `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
* `needs-symlink` — ignores if the target does not support symlinks. This can be the case on Windows
if the developer did not enable priviledged symlink permissions.
The following header commands will check LLVM support: