zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit ec2888858102035f296c01df5aacbd255c35d06f (tree)
parent 6eabdc8972ebe47d9cc71d6d07034096905cd2d5
Author: Bingwu Zhang <xtex@aosc.io>
Date:   Sun, 13 Apr 2025 09:39:36 +0800

doc: Bump LLVM version in README

Reported-by: Ricky8955555 <rkmiao@duck.com>
Signed-off-by: Bingwu Zhang <xtex@aosc.io>

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 == 19.x + * LLVM, Clang, LLD development libraries == 20.x Then it is the standard CMake build process: