Skip to content

Commit

Permalink
Bump LLVM version
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Dec 16, 2024
1 parent 280d11d commit ff829ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ and [SDL2_Mixer library](https://wiki.libsdl.org/SDL2_mixer) installed.

### Experimental JIT compilation
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.
Therefore, the target system must have [`LLVM`](https://llvm.org/) installed, with version 18 recommended.
If `LLVM` is not installed, only the tier-1 JIT compiler will be used for performance enhancement.

* macOS: `brew install llvm@18`
Expand Down

0 comments on commit ff829ee

Please sign in to comment.