Skip to content

Commit 954f1c5

Browse files
jieyouxurami3l
authored andcommitted
Emphasize that llvm-tools dist component is not subject to compiler stability guarantees
1 parent b892b56 commit 954f1c5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/user-guide/src/concepts/components.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ toolchains. The following is an overview of the different components:
5454
* `rust-mingw` --- This contains a linker and platform libraries for building on
5555
the `x86_64-pc-windows-gnu` platform.
5656
* `llvm-tools` --- This component contains a collection of [LLVM] tools.
57-
Note that this component has not been stabilized and may change in the
58-
future and is provided as-is.
57+
**This component has not been stabilized and may change in the future and is
58+
provided as-is.** Availability of individual LLVM tools may
59+
change over LLVM versions (including removal of specific LLVM tools), and
60+
**is not subject to compiler or toolchain stability guarantees**.
5961
See [#85658](https://github.com/rust-lang/rust/issues/85658).
6062
* `rustc-dev` --- This component contains the compiler as a library. Most users
6163
will not need this; it is only needed for development *of* tools that link

0 commit comments

Comments
 (0)