We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618f22a commit 4ecee55Copy full SHA for 4ecee55
README.md
@@ -45,8 +45,8 @@ The tier-2 JIT compiler in `rv32emu` leverages LLVM for powerful optimization.
45
Therefore, the target system must have [`LLVM`](https://llvm.org/) installed, with version 17 recommended.
46
If `LLVM` is not installed, only the tier-1 JIT compiler will be used for performance enhancement.
47
48
-* macOS: `brew install llvm@17`
49
-* Ubuntu Linux / Debian: `sudo apt-get install llvm-17`
+* macOS: `brew install llvm@18`
+* Ubuntu Linux / Debian: `sudo apt-get install llvm-18`
50
51
Build the emulator with experimental JIT compiler:
52
```shell
0 commit comments