From: Dylan Baker Date: Tue, 18 Sep 2018 16:09:47 +0000 (-0700) Subject: docs/meson: Add note about llvm-config$version and llvm-config-$version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be56f8a788582011db8c0909178ba8267c1eba36;p=mesa.git docs/meson: Add note about llvm-config$version and llvm-config-$version v2: - fix typo These are how FreeBSD and Debian handle multiple versions of LLVM installed at the same time, respectively. Reviewed-by: Eric Engestrom --- diff --git a/docs/meson.html b/docs/meson.html index dcad062c0a1..ece64673107 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -127,9 +127,10 @@ the popular compilers, a complete list is available
LLVM
-

Meson includes upstream logic to wrap llvm-config using it's standard +

Meson includes upstream logic to wrap llvm-config using its standard dependency interface. It will search $PATH (or %PATH% on windows) for -llvm-config, so using an LLVM from a non-standard path is as easy as +llvm-config (and llvm-config$version and llvm-config-$version), so using an +LLVM from a non-standard path is as easy as PATH=/path/with/llvm-config:$PATH meson build.