Skip to content

Commit 36ac107

Browse files
Add rustc-dev-guide documentation for new --bypass-ignore-backends command line flag
1 parent d6d9fa8 commit 36ac107

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/doc/rustc-dev-guide/src/tests/directives.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@ settings:
207207
on `wasm32-unknown-unknown` target because the target does not support the
208208
`proc-macro` crate type.
209209
- `needs-target-std` — ignores if target platform does not have std support.
210-
- `ignore-backends` — ignores the listed backends, separated by whitespace characters.
210+
- `ignore-backends` — ignores the listed backends, separated by whitespace characters. Please note
211+
that this directive can be overriden with the `--bypass-ignore-backends=[BACKEND]` command line
212+
flag.
211213
- `needs-backends` — only runs the test if current codegen backend is listed.
212214

213215
The following directives will check LLVM support:

0 commit comments

Comments
 (0)