From 58432e56ae123ef37017c5443d17f16933a81123 Mon Sep 17 00:00:00 2001 From: Konrad Kleine <12360-kwk@users.noreply.gitlab.freedesktop.org> Date: Thu, 13 Jan 2022 15:46:09 +0000 Subject: [PATCH] Update docs/drivers/llvmpipe.rst to include a link to the LLVM Snapshots for Fedora. Reviewed-by: Erik Faye-Lund Part-of: --- docs/drivers/llvmpipe.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/drivers/llvmpipe.rst b/docs/drivers/llvmpipe.rst index 4af2194..fe8a8b1 100644 --- a/docs/drivers/llvmpipe.rst +++ b/docs/drivers/llvmpipe.rst @@ -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 `__, + 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 -- 2.7.4