Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
needs-target-has-atomic
1 parent b21d99b commit e312507Copy full SHA for e312507
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