Skip to content

Commit f1b285a

Browse files
committed
docs(readme): Mention the llvm-21 feature in "Using external LLVM"
Without rustc-llvm-proxy, providing a feature determining the LLVM version is mandatory.
1 parent d603fa0 commit f1b285a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ and `libpolly-21-dev` packages, from the official LLVM repo at https://apt.llvm.
3939
Once you have installed LLVM 21 you can install the linker running:
4040

4141
```sh
42-
cargo install bpf-linker --no-default-features
42+
cargo install bpf-linker --no-default-features --features llvm-21
4343
```
4444

4545
If you don't have cargo you can get it from https://rustup.rs or from your distro's package manager.

0 commit comments

Comments
 (0)