[Mesa-dev] [PATCH 5/5] docs/meson: Add note about llvm-config$version and llvm-config-$version

Eric Engestrom eric.engestrom at intel.com
Tue Sep 18 18:16:25 UTC 2018


On Tuesday, 2018-09-18 09:13:04 -0700, Dylan Baker wrote:
> These are how FreeBSD and Debian handle multiple versions of LLVM
> installed at the same time, respectively.
> ---
>  docs/meson.html | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/docs/meson.html b/docs/meson.html
> index 1640e577d16..d9148e44671 100644
> --- a/docs/meson.html
> +++ b/docs/meson.html
> @@ -129,7 +129,8 @@ the popular compilers, a complete list is available
>  <dt><code>LLVM</code></dt>
>  <dd><p>Meson includes upstream logic to wrap llvm-config using it's standard

s/it's/its/

>  dependency interface. It will search <code>$PATH</code> (or <code>%PATH%</code> 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
>  <code>PATH=/path/with/llvm-config:$PATH meson build</code>.

Maybe follow up with a note explaining under what conditions meson will
remember this?
I have a feeling it might be forgotten by the next `reconfigure`.

Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

>  </p></dd>
>  </dl>
> -- 
> 2.19.0
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list