Skip to content

Commit 5cb9ff1

Browse files
committed
document the directive
1 parent 20edddc commit 5cb9ff1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/directives.md

+2
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ settings:
192192
specified atomic widths, e.g. the test with `//@ needs-target-has-atomic: 8,
193193
16, ptr` will only run if it supports the comma-separated list of atomic
194194
widths.
195+
- `needs-dynamic-linking` - ignores if target does not support dynamic linking
196+
(which is orthogonal to it being unable to create `dylib` and `cdylib` crate types)
195197

196198
The following directives will check LLVM support:
197199

0 commit comments

Comments
 (0)