File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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 17 , 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 19 , for older versions please check the [ tags] ( https://github.com/JuliaHubOSS/llvm-cbe/tags ) .
10
10
11
11
Step 1: Installing LLVM
12
12
=======================
@@ -78,7 +78,7 @@ If llvm-cbe compiles, you should be able to run it with the following commands.
78
78
llvm-cbe$ cd test/selectionsort
79
79
selectionsort$ ls
80
80
main.c
81
- selectionsort$ clang-17 -S -emit-llvm -g main.c
81
+ selectionsort$ clang-19 -S -emit-llvm -g main.c
82
82
selectionsort$ ls
83
83
main.c main.ll
84
84
selectionsort$ ../../build/tools/llvm-cbe/llvm-cbe main.ll
You can’t perform that action at this time.
0 commit comments