Skip to content

Commit

Permalink
Clarify LLVM version
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Oct 10, 2024
1 parent 618f22a commit 4ecee55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ The tier-2 JIT compiler in `rv32emu` leverages LLVM for powerful optimization.
Therefore, the target system must have [`LLVM`](https://llvm.org/) installed, with version 17 recommended.
If `LLVM` is not installed, only the tier-1 JIT compiler will be used for performance enhancement.

* macOS: `brew install llvm@17`
* Ubuntu Linux / Debian: `sudo apt-get install llvm-17`
* macOS: `brew install llvm@18`
* Ubuntu Linux / Debian: `sudo apt-get install llvm-18`

Build the emulator with experimental JIT compiler:
```shell
Expand Down

0 comments on commit 4ecee55

Please sign in to comment.