From 55d83114987ded19938722224b598a0c6fe20e6b Mon Sep 17 00:00:00 2001 From: Laurent Cheylus Date: Mon, 22 Apr 2024 15:56:15 +0200 Subject: [PATCH] Update README with LLVM 17 Signed-off-by: Laurent Cheylus --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 8631820..e8b4126 100644 --- a/README.markdown +++ b/README.markdown @@ -4,8 +4,8 @@ This library provides bindings to a system-installed LLVM. Currently supported: - * LLVM 16, 15 and 14 from [apt.llvm.org](http://apt.llvm.org/) on Debian/Ubuntu. - * LLVM 16, 15 and 14 from Homebrew on macOS. + * LLVM 17, 16, 15 and 14 from [apt.llvm.org](http://apt.llvm.org/) on Debian/Ubuntu. + * LLVM 17, 16, 15 and 14 from Homebrew on macOS. * LLVM 15 with a manually built LLVM through the `byollvm` build tag. You need to set up `CFLAGS`/`LDFLAGS` etc yourself in this case.