]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Explain how to install LLVM on Fedora (GH-119100)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 16 May 2024 16:57:40 +0000 (18:57 +0200)
committerGitHub <noreply@github.com>
Thu, 16 May 2024 16:57:40 +0000 (16:57 +0000)
(cherry picked from commit ab73bcdf73fed5a23f2e2e37a63d6992f29479a9)
Co-authored-by: Miro HronĨok <miro@hroncok.cz>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Tools/jit/README.md

index 0f5aa9ce656bc98a66a6799d05597c3a82ec16b0..ae126661c6ce25b63608b95584c558f1cfcf9158 100644 (file)
@@ -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):