From a50c2a4eae66b772386c62e83f48007e98f9160c Mon Sep 17 00:00:00 2001 From: Tea <117409782+someonecantcode@users.noreply.github.com> Date: Wed, 10 Sep 2025 12:58:26 -0700 Subject: [PATCH] README: update llvm requirement to 21 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82300a56f4..5a346c24d7 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 == 20.x + * LLVM, Clang, LLD development libraries == 21.x Then it is the standard CMake build process: