Skip to content

Commit

Permalink
Bump llvm (#3889)
Browse files Browse the repository at this point in the history
  • Loading branch information
farshed authored May 21, 2023
1 parent eca880f commit d6d3a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/compiler-llvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ to native speeds.
## Requirements

The LLVM compiler requires a valid installation of LLVM in your system.
It currently requires **LLVM 12**.
It currently requires **LLVM 14**.


You can install LLVM easily on your Debian-like system via this command:

```bash
wget https://apt.llvm.org/llvm.sh -O /tmp/llvm.sh
sudo bash /tmp/llvm.sh 12
sudo bash /tmp/llvm.sh 14
```

Or in macOS:

```bash
brew install llvm
brew install llvm@14
```

Or via any of the [pre-built binaries that LLVM offers][llvm-pre-built].
Expand Down

0 comments on commit d6d3a4e

Please sign in to comment.