Fix llvm-builder installation docs (#370)

Updated installation instructions for the llvm-builder.
This commit is contained in:
LJ
2025-08-11 21:48:40 +02:00
committed by GitHub
parent 903cbd7159
commit b31e8a0d74
2 changed files with 8 additions and 5 deletions
+1 -3
View File
@@ -76,9 +76,7 @@ export LLVM_SYS_181_PREFIX=</path/to/the/extracted/archive>/target-llvm/gnu/targ
<details>
<summary>Building from source</summary>
Use the provided [revive-llvm](crates/llvm-builder/README.md) utility to compile a compatible LLVM build locally and point `$LLVM_SYS_181_PREFIX` to the installation afterwards.
The `Makefile` provides a shortcut target to obtain a compatible LLVM build:
The `Makefile` provides a shortcut target to obtain a compatible LLVM build, using the provided [revive-llvm](crates/llvm-builder/README.md) utility. Once installed, point `$LLVM_SYS_181_PREFIX` to the installation afterwards:
```sh
make install-llvm