]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Explain how to install LLVM on Fedora (GH-118983)
authorMiro Hrončok <miro@hroncok.cz>
Thu, 16 May 2024 16:09:52 +0000 (18:09 +0200)
committerGitHub <noreply@github.com>
Thu, 16 May 2024 16:09:52 +0000 (12:09 -0400)
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):