Skip to content

Commit

Permalink
[3.13] Explain how to install LLVM on Fedora (GH-119100)
Browse files Browse the repository at this point in the history
(cherry picked from commit ab73bcd)
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
miss-islington authored May 16, 2024
1 parent c69fe80 commit 45fbca9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tools/jit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 45fbca9

Please sign in to comment.