From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 16 May 2024 16:57:40 +0000 (+0200) Subject: [3.13] Explain how to install LLVM on Fedora (GH-119100) X-Git-Tag: v3.13.0b2~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45fbca983cee2b6038605d88a8e09b03220f8f0f;p=thirdparty%2FPython%2Fcpython.git [3.13] Explain how to install LLVM on Fedora (GH-119100) (cherry picked from commit ab73bcdf73fed5a23f2e2e37a63d6992f29479a9) Co-authored-by: Miro HronĨok Co-authored-by: Erlend E. Aasland --- diff --git a/Tools/jit/README.md b/Tools/jit/README.md index 0f5aa9ce656b..ae126661c6ce 100644 --- a/Tools/jit/README.md +++ b/Tools/jit/README.md @@ -21,6 +21,12 @@ chmod +x llvm.sh sudo ./llvm.sh 18 ``` +Install LLVM 18 on Fedora Linux 40 or newer: + +```sh +sudo dnf install 'clang(major) = 18' 'llvm(major) = 18' +``` + ### macOS Install LLVM 18 with [Homebrew](https://brew.sh):