We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
needs-target-has-atomic
1 parent 8df3580 commit df234c0Copy full SHA for df234c0
src/tests/directives.md
@@ -183,6 +183,10 @@ settings:
183
assertions.
184
- `needs-rustc-debug-assertions` — ignores if rustc was not built with debug
185
186
+- `needs-target-has-atomic` — ignores if target does not have support for all
187
+ specified atomic widths, e.g. the test with `//@ needs-target-has-atomic: 8,
188
+ 16, ptr` will only run if it supports the comma-separated list of atomic
189
+ widths.
190
191
The following directives will check LLVM support:
192
0 commit comments