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
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ On Debian and derivatives, install the llvm-dev package via:
29
29
~# apt install llvm-dev clang ninja-build
30
30
```
31
31
32
-
Note: this project uses LLVM 17, so make sure that the package manager is installing it and not some other version. At the time of writing, Ubuntu installs version 14.
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 installs version 14.
33
33
34
34
Or compile LLVM yourself:
35
35
-----------------------------
@@ -41,7 +41,7 @@ The first step is to compile LLVM on your machine
0 commit comments