Mesa (main): docs: update llvm requirement

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 3 09:37:41 UTC 2021


Module: Mesa
Branch: main
Commit: 54e7353fa60ba3a93679b733a6c9cb8fe8bb4ab6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=54e7353fa60ba3a93679b733a6c9cb8fe8bb4ab6

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Tue Jun  1 13:23:29 2021 +0200

docs: update llvm requirement

Our build-scripts no longer support LLVM versions prior to 3.9, so let's
remove mentions of older versions.

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Reviewed-by: Chia-I Wu <olvaffe at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11109>

---

 docs/drivers/llvmpipe.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/drivers/llvmpipe.rst b/docs/drivers/llvmpipe.rst
index fca394b22ca..91d780ada51 100644
--- a/docs/drivers/llvmpipe.rst
+++ b/docs/drivers/llvmpipe.rst
@@ -27,8 +27,7 @@ Requirements
 
    See ``/proc/cpuinfo`` to know what your CPU supports.
 
--  Unless otherwise stated, LLVM version 3.4 is recommended; 3.3 or
-   later is required.
+-  Unless otherwise stated, LLVM version 3.9 or later is required.
 
    For Linux, on a recent Debian based distribution do:
 



More information about the mesa-commit mailing list