8000 Explain how to install LLVM on Fedora (GH-118983) · python/cpython@98bedc5 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 98bedc5

Browse files
hroncokerlend-aasland
authored andcommitted
Explain how to install LLVM on Fedora (GH-118983)
(cherry picked from commit ab73bcd) Co-authored-by: Miro Hrončok <miro@hroncok.cz> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
1 parent c69fe80 commit 98bedc5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tools/jit/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ chmod +x llvm.sh
2121
sudo ./llvm.sh 18
2222
```
2323

24+
Install LLVM 18 on Fedora Linux 40 or newer:
25+
26+
```sh
27+
sudo dnf install 'clang(major) = 18' 'llvm(major) = 18'
28+
```
29+
2430
### macOS
2531

2632
Install LLVM 18 with [Homebrew](https://brew.sh):

0 commit comments

Comments
 (0)
0