Skip to content

Commit

Permalink
Update LLVM instructions to use v15
Browse files Browse the repository at this point in the history
  • Loading branch information
XinyuZeng authored May 21, 2024
1 parent 22c2415 commit f784589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/compiler-llvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ 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 14
sudo bash /tmp/llvm.sh 15
```

Or in macOS:

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

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

0 comments on commit f784589

Please sign in to comment.