You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This LLVM C backend has been resurrected by Julia Computing with various improve
6
6
Installation instructions
7
7
=========================
8
8
9
-
This version of the LLVM C backend works with LLVM 19, for older versions please check the [tags](https://github.com/JuliaHubOSS/llvm-cbe/tags).
9
+
This version of the LLVM C backend works with LLVM 20, for older versions please check the [tags](https://github.com/JuliaHubOSS/llvm-cbe/tags).
10
10
11
11
Step 1: Installing LLVM
12
12
=======================
@@ -26,10 +26,10 @@ On CentOS, install the llvm-devel package:
26
26
27
27
On Debian and derivatives, install the llvm-dev package via:
28
28
```sh
29
-
~$ apt install llvm-19-dev clang-19 ninja-build
29
+
~$ apt install llvm-20-dev clang-20 ninja-build
30
30
```
31
31
32
-
Note: this project uses LLVM 19, so make sure that the package manager is installing it and not some other version. At the time of writing, [`Ubuntu 24.04 LTS` installs version 18](https://launchpad.net/ubuntu/noble/+package/llvm-dev).
32
+
Note: this project uses LLVM 20, so make sure that the package manager is installing it and not some other version. At the time of writing, [`Ubuntu 24.04 LTS` installs version 18](https://launchpad.net/ubuntu/noble/+package/llvm-dev).
33
33
34
34
Or compile LLVM yourself:
35
35
-----------------------------
@@ -39,7 +39,7 @@ The first step is to compile LLVM on your machine
39
39
(this assumes an in-tree build, but out-of-tree will also work):
0 commit comments