From 5ed6432eebbc03a21359ff92edfe5b7efc5a6257 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 29 Sep 2020 18:13:03 +0200 Subject: [PATCH] docs: llvm -> LLVM Reviewed-by: Eric Engestrom Part-of: --- docs/meson.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/meson.rst b/docs/meson.rst index aa68094cd1a..2346a28b663 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -230,7 +230,7 @@ LLVM Meson includes upstream logic to wrap llvm-config using its standard dependency interface. -As of meson 0.51.0 meson can use cmake to find llvm (the cmake finder +As of meson 0.51.0 meson can use cmake to find LLVM (the cmake finder was added in meson 0.49.0, but LLVM cannot be found until 0.51) Due to the way LLVM implements its cmake finder it will only find static libraries, it will never find libllvm.so. There is also a