Skip to content

Commit a071c7c

Browse files
committed
Auto merge of #135336 - tshepang:patch-5, r=jieyouxu
clarify and document needs-dynamic-linking try-job: test-various
2 parents 6c9b3a9 + 5cb9ff1 commit a071c7c

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)