Skip to content

Commit 3be875c

Browse files
committed
'llvm-tools-preview' component is now named 'llvm-tools'
rust-lang/rustup#3578
1 parent 17842eb commit 3be875c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/intro/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ rustup target add thumbv8m.main-none-eabihf
6060
``` text
6161
cargo install cargo-binutils
6262
63-
rustup component add llvm-tools-preview
63+
rustup component add llvm-tools
6464
```
6565
WINDOWS: prerequisite C++ Build Tools for Visual Studio 2019 is installed. https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16
6666
### `cargo-generate`

src/intro/tooling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ binaries.
4343

4444
The advantage of using these tools over GNU binutils is that (a) installing the
4545
LLVM tools is the same one-command installation (`rustup component add
46-
llvm-tools-preview`) regardless of your OS and (b) tools like `objdump` support
46+
llvm-tools`) regardless of your OS and (b) tools like `objdump` support
4747
all the architectures that `rustc` supports -- from ARM to x86_64 -- because
4848
they both share the same LLVM backend.
4949

0 commit comments

Comments
 (0)