From 7fea8449b4a95a278b190eaf03ba3a1db8d55983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 22 Dec 2021 14:37:43 +0200 Subject: [PATCH] add a known issue --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ff35c95..d6cdcb9 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,14 @@ targets are in their own namespace. This section lists issues that I've stumbled into when using `zig cc`, and is outside of bazel-zig-cc's control. +## Segmentation Fault in zig cc 0.9.0 + +**Severity: High** + +Task: [ziglang/zig zig cc regression in 0.9.0 #10386](https://github.com/ziglang/zig/issues/10386) + +This issue upgrade to zig 0.9.0. + ## using glibc 2.27 or older **Severity: Low**