Skip to content

Commit 8f0ca5e

Browse files
authored
Fix LLVM version of README.md (#216)
1 parent f234a1c commit 8f0ca5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This LLVM C backend has been resurrected by Julia Computing with various improve
66
Installation instructions
77
=========================
88

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).
1010

1111
Step 1: Installing LLVM
1212
=======================
@@ -78,7 +78,7 @@ If llvm-cbe compiles, you should be able to run it with the following commands.
7878
llvm-cbe$ cd test/selectionsort
7979
selectionsort$ ls
8080
main.c
81-
selectionsort$ clang-17 -S -emit-llvm -g main.c
81+
selectionsort$ clang-19 -S -emit-llvm -g main.c
8282
selectionsort$ ls
8383
main.c main.ll
8484
selectionsort$ ../../build/tools/llvm-cbe/llvm-cbe main.ll

0 commit comments

Comments
 (0)