Skip to content

Commit 4ecee55

Browse files
committed
Clarify LLVM version
1 parent 618f22a commit 4ecee55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ The tier-2 JIT compiler in `rv32emu` leverages LLVM for powerful optimization.
4545
Therefore, the target system must have [`LLVM`](https://llvm.org/) installed, with version 17 recommended.
4646
If `LLVM` is not installed, only the tier-1 JIT compiler will be used for performance enhancement.
4747

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

5151
Build the emulator with experimental JIT compiler:
5252
```shell

0 commit comments

Comments
 (0)