Update docs/drivers/llvmpipe.rst

to include a link to the LLVM Snapshots for Fedora.

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14537>
This commit is contained in:
Konrad Kleine 2022-01-13 15:46:09 +00:00 committed by Marge Bot
parent 4ba21c3e8c
commit 58432e56ae

View file

@ -46,6 +46,10 @@ Requirements
yum install llvm-devel
If you want development snapshot builds of LLVM for Fedora, you can
use the Copr repository at `fedora-llvm-team/llvm-snapshots <https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-snapshots/>`__,
which is maintained by Red Hat's LLVM team.
For Windows you will need to build LLVM from source with MSVC or
MINGW (either natively or through cross compilers) and CMake, and set
the ``LLVM`` environment variable to the directory you installed it