Skip to content

Commit 45fbca9

Browse files
[3.13] Explain how to install LLVM on Fedora (GH-119100)
(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 45fbca9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: Tools/jit/README.md

+6
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)