We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
COMPILETEST_REQUIRE_ALL_LLVM_COMPONENTS
needs-llvm-components
1 parent f369e78 commit 8e290bcCopy full SHA for 8e290bc
src/tests/headers.md
@@ -172,7 +172,7 @@ The following header commands will check LLVM support:
172
* `ignore-llvm-version: 9.0` — ignores a specific LLVM version
173
* `ignore-llvm-version: 7.0 - 9.9.9` — ignores LLVM versions in a range (inclusive)
174
* `needs-llvm-components: powerpc` — ignores if the specific LLVM component was not built.
175
- Note: The test will fail on CI if the component does not exist.
+ Note: The test will fail on CI (when `COMPILETEST_REQUIRE_ALL_LLVM_COMPONENTS` is set) if the component does not exist.
176
* `needs-matching-clang` — ignores if the version of clang does not match the
177
LLVM version of rustc.
178
These tests are always ignored unless a special environment variable,
0 commit comments