Skip to content

Commit 8e290bc

Browse files
Mention COMPILETEST_REQUIRE_ALL_LLVM_COMPONENTS in needs-llvm-components documentation (rust-lang#1990)
1 parent f369e78 commit 8e290bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tests/headers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The following header commands will check LLVM support:
172172
* `ignore-llvm-version: 9.0` — ignores a specific LLVM version
173173
* `ignore-llvm-version: 7.0 - 9.9.9` — ignores LLVM versions in a range (inclusive)
174174
* `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.
175+
Note: The test will fail on CI (when `COMPILETEST_REQUIRE_ALL_LLVM_COMPONENTS` is set) if the component does not exist.
176176
* `needs-matching-clang` — ignores if the version of clang does not match the
177177
LLVM version of rustc.
178178
These tests are always ignored unless a special environment variable,

0 commit comments

Comments
 (0)