[llvm-branch-commits] [llvm] f23caec - ReleaseNotes / external projects: Zig
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 10 07:44:36 PST 2020
Author: Hans Wennborg
Date: 2020-02-10T16:44:26+01:00
New Revision: f23caecc0901d930203874ebeb8361a6c297f539
URL: https://github.com/llvm/llvm-project/commit/f23caecc0901d930203874ebeb8361a6c297f539
DIFF: https://github.com/llvm/llvm-project/commit/f23caecc0901d930203874ebeb8361a6c297f539.diff
LOG: ReleaseNotes / external projects: Zig
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index cca43f94a334..49fabc56c054 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -244,7 +244,17 @@ Changes to LLDB
External Open Source Projects Using LLVM 10
===========================================
-* A project...
+Zig Programming Language
+------------------------
+
+`Zig <https://ziglang.org>`_ is a system programming language intended to be
+an alternative to C. It provides high level features such as generics, compile
+time function execution, and partial evaluation, while exposing low level LLVM
+IR features such as aliases and intrinsics. Zig uses Clang to provide automatic
+import of .h symbols, including inline functions and simple macros. Zig uses
+LLD combined with lazily building compiler-rt to provide out-of-the-box
+cross-compiling for all supported targets.
+
Additional Information
More information about the llvm-branch-commits
mailing list