rustc-dev-guide: document `{ignore,only}-rustc_abi-x86-sse2`
This commit is contained in:
parent
c61aa8fc0b
commit
f32fc55183
|
|
@ -154,6 +154,7 @@ Some examples of `X` in `ignore-X` or `only-X`:
|
||||||
`ignore-coverage-map`, `ignore-coverage-run`
|
`ignore-coverage-map`, `ignore-coverage-run`
|
||||||
- When testing a dist toolchain: `dist`
|
- When testing a dist toolchain: `dist`
|
||||||
- This needs to be enabled with `COMPILETEST_ENABLE_DIST_TESTS=1`
|
- This needs to be enabled with `COMPILETEST_ENABLE_DIST_TESTS=1`
|
||||||
|
- The `rustc_abi` of the target: e.g. `rustc_abi-x86_64-sse2`
|
||||||
|
|
||||||
The following directives will check rustc build settings and target
|
The following directives will check rustc build settings and target
|
||||||
settings:
|
settings:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue