docs/meson: Add note about llvm-config$version and llvm-config-$version
authorDylan Baker <dylan@pnwbakers.com>
Tue, 18 Sep 2018 16:09:47 +0000 (09:09 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Fri, 21 Sep 2018 17:03:15 +0000 (10:03 -0700)
v2: - fix typo

These are how FreeBSD and Debian handle multiple versions of LLVM
installed at the same time, respectively.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/meson.html

index dcad062c0a1982bd001063750c00b6f57b6ae693..ece646731075c4f52323bb4b1dffa8b6f801f6ed 100644 (file)
@@ -127,9 +127,10 @@ 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
+<dd><p>Meson includes upstream logic to wrap llvm-config using its standard
 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>.
 </p></dd>
 </dl>