From 5224f13a3a48e5e460847e0a29117d3f1f826312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 9 Dec 2021 12:48:28 +0200 Subject: [PATCH] [README] clang is now 13 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 809d15b..e8b4a28 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Bazel zig cc toolchain This is a C/C++ toolchain that can (cross-)compile C/C++ programs. It contains -clang-12, musl, glibc (versions 2-2.33, selectable), all in a ~40MB package. +clang-13, musl, glibc (versions 2-2.33, selectable), all in a ~40MB package. Read [here](https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html) about zig-cc; the rest of the README will present how to use this toolchain