From 22fbccf329a3f6c9c51d16aff2f508cecd12de88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=9D=B0=E5=8F=8B=20Jieyou=20Xu=20=28Joe=29?= <39484203+jieyouxu@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:31:35 +0800 Subject: [PATCH] tests/headers: document `needs-symlink` (#2001) Added in . --- src/tests/headers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/headers.md b/src/tests/headers.md index ef039e44d..9cc064b73 100644 --- a/src/tests/headers.md +++ b/src/tests/headers.md @@ -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: