document the directive

This commit is contained in:
Tshepang Mbambo 2025-02-11 21:21:04 +02:00 committed by Tshepang Mbambo
parent 20edddc72a
commit 5cb9ff172f
1 changed files with 2 additions and 0 deletions

View File

@ -192,6 +192,8 @@ settings:
specified atomic widths, e.g. the test with `//@ needs-target-has-atomic: 8,
16, ptr` will only run if it supports the comma-separated list of atomic
widths.
- `needs-dynamic-linking` - ignores if target does not support dynamic linking
(which is orthogonal to it being unable to create `dylib` and `cdylib` crate types)
The following directives will check LLVM support: