diff options
| author | erikdesjardins <7673145+erikdesjardins@users.noreply.github.com> | 2024-06-10 20:41:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-10 12:41:47 +0100 |
| commit | 25c93ae124296f6e0b69384a4ff3239bf986b545 (patch) | |
| tree | a60b2ea5a2fac585901e17fc77f1f1707fba2561 /src/doc/rustc-dev-guide | |
| parent | 4daa8ec7d0c8fd177b4ea0d02eeb1f8723acf685 (diff) | |
| download | rust-25c93ae124296f6e0b69384a4ff3239bf986b545.tar.gz rust-25c93ae124296f6e0b69384a4ff3239bf986b545.zip | |
Mention `COMPILETEST_REQUIRE_ALL_LLVM_COMPONENTS` in `needs-llvm-components` documentation (#1990)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/headers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/headers.md b/src/doc/rustc-dev-guide/src/tests/headers.md index a59ffe6cc35..c4a02263f55 100644 --- a/src/doc/rustc-dev-guide/src/tests/headers.md +++ b/src/doc/rustc-dev-guide/src/tests/headers.md @@ -172,7 +172,7 @@ The following header commands will check LLVM support: * `ignore-llvm-version: 9.0` — ignores a specific LLVM version * `ignore-llvm-version: 7.0 - 9.9.9` — ignores LLVM versions in a range (inclusive) * `needs-llvm-components: powerpc` — ignores if the specific LLVM component was not built. - 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. * `needs-matching-clang` — ignores if the version of clang does not match the LLVM version of rustc. These tests are always ignored unless a special environment variable, |
