Skip to content
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
6 changes: 6 additions & 0 deletions manual/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ library directories. If you have more than one version of LLVM/Clang installed,
you can configure your `PATH` to ensure that the `llvm-config` for the version
that you want to use is found.

> [!NOTE]
> Some platforms provide versioned executables of `llvm-config` (e.g., Fedora
> with `clangNN-devel` provides `llvm-config-NN`). Ensure an unversioned
> executable is available (e.g., by installing `clang-devel`, or by linking
> `llvm-config-NN` to `llvm-config` on Fedora).

### Using `LLVM_PATH`
[t:using-llvm-path]: #using-llvm_path

Expand Down
Loading