From d83a3f1746c81026d1cf0244156513c9b5a2a9f6 Mon Sep 17 00:00:00 2001 From: mochalins <117967760+mochalins@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:00:14 +0900 Subject: [PATCH] doc: Bump LLVM version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 865bd178b3..818a7d67f8 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Ensure you have the required dependencies: * CMake >= 3.15 * System C/C++ Toolchain - * LLVM, Clang, LLD development libraries == 18.x + * LLVM, Clang, LLD development libraries == 19.x Then it is the standard CMake build process: