authorgravatar for 117967760+mochalins@users.noreply.github.commochalins <117967760+mochalins@users.noreply.github.com> 2024-09-20 15:00:14+09:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-09-19 23:06:09-07:00
logd83a3f1746c81026d1cf0244156513c9b5a2a9f6
tree921cc143857dd8ec1b1529ee381253b1e40224dc
parentc6ad4521c77372cb52adfb9a52b0854d830fed9c

doc: Bump LLVM version in README


1 files changed, 1 insertions(+), 1 deletions(-)

README.md+1-1
...@@ -47,7 +47,7 @@ Ensure you have the required dependencies:...@@ -47,7 +47,7 @@ Ensure you have the required dependencies:
4747
48 * CMake >= 3.1548 * CMake >= 3.15
49 * System C/C++ Toolchain49 * System C/C++ Toolchain
50 * LLVM, Clang, LLD development libraries == 18.x50 * LLVM, Clang, LLD development libraries == 19.x
5151
52Then it is the standard CMake build process:52Then it is the standard CMake build process:
5353