[llvm-branch-commits] [llvm-branch] r370077 - ReleaseNotes: Zig
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Aug 27 09:42:28 PDT 2019
Author: hans
Date: Tue Aug 27 09:42:28 2019
New Revision: 370077
URL: http://llvm.org/viewvc/llvm-project?rev=370077&view=rev
Log:
ReleaseNotes: Zig
Modified:
llvm/branches/release_90/docs/ReleaseNotes.rst
Modified: llvm/branches/release_90/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_90/docs/ReleaseNotes.rst?rev=370077&r1=370076&r2=370077&view=diff
==============================================================================
--- llvm/branches/release_90/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_90/docs/ReleaseNotes.rst Tue Aug 27 09:42:28 2019
@@ -263,6 +263,19 @@ Mull - Mutation Testing tool for C and C
`Mull <https://github.com/mull-project/mull>`_ is a LLVM-based tool for
mutation testing with a strong focus on C and C++ languages.
+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