Skip to content

Commit

Permalink
Merge pull request #2458 from chenyukang/add-llvm-sys-notes
Browse files Browse the repository at this point in the history
add notes for llvm
  • Loading branch information
syrusakbary authored Jul 8, 2021
2 parents 5f30188 + 13e5a58 commit ec36089
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/compiler-llvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ to native speeds.
## Requirements

The LLVM compiler requires a valid installation of LLVM in your system.
It currently requires **LLVM 10**.
It currently requires **LLVM 11**.


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

```bash
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
wget https://apt.llvm.org/llvm.sh -O /tmp/llvm.sh
sudo bash /tmp/llvm.sh 11
```

Or in macOS:
Expand Down

0 comments on commit ec36089

Please sign in to comment.