Skip to content

Commit 1ea97d3

Browse files
authored
Remove a dead link from new-target.md
The "Skipping LLVM Build" section was removed in 4e48f42 (the `sysllvm` reference link was removed in 07b5693). The relevant bits were added back in ca851c6 so we no longer need to link to anything anyways.
1 parent e218184 commit 1ea97d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/building/new-target.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ cd src/llvm-project
2020
git remote add my-target-llvm some-llvm-repository
2121
git checkout my-target-llvm/my-branch
2222
cd ..
23-
git add llvm_target
23+
git add llvm-project
2424
git commit -m 'Use my custom LLVM'
2525
```
2626

2727
### Using pre-built LLVM
2828

2929
If you have a local LLVM checkout that is already built, you may be
30-
able to configure Rust to treat your build as the [system LLVM][sysllvm]
31-
to avoid redundant builds.
30+
able to configure Rust to treat your build as the system LLVM to avoid
31+
redundant builds.
3232

3333
You can tell Rust to use a pre-built version of LLVM using the `target` section
3434
of `config.toml`:

0 commit comments

Comments
 (0)