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.
COMPILETEST_REQUIRE_ALL_LLVM_COMPONENTS
needs-llvm-components
1 parent 203ade3 commit 56ecdc1Copy full SHA for 56ecdc1
src/tests/headers.md
@@ -170,7 +170,7 @@ The following header commands will check LLVM support:
170
* `ignore-llvm-version: 9.0` — ignores a specific LLVM version
171
* `ignore-llvm-version: 7.0 - 9.9.9` — ignores LLVM versions in a range (inclusive)
172
* `needs-llvm-components: powerpc` — ignores if the specific LLVM component was not built.
173
- 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.
174
* `needs-matching-clang` — ignores if the version of clang does not match the
175
LLVM version of rustc.
176
These tests are always ignored unless a special environment variable,
0 commit comments