Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'llvm-tools-preview' component is now named 'llvm-tools' #3578

Merged
merged 1 commit into from
Jan 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions doc/user-guide/src/concepts/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ toolchains. The following is an overview of the different components:
[RLS].
* `rust-mingw` — This contains a linker and platform libraries for building on
the `x86_64-pc-windows-gnu` platform.
* `llvm-tools-preview` — This is an experimental component which contains a
collection of [LLVM] tools.
* `llvm-tools` — This component contains a collection of [LLVM] tools.
* `rustc-dev` — This component contains the compiler as a library. Most users
will not need this; it is only needed for development *of* tools that link
to the compiler, such as making modifications to [Clippy].
Expand Down
Loading