[PATCH] D51118: Release Notes: Add Zig to External Open Source Projects Using LLVM 7

Andrew Kelley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 12:05:13 PDT 2018


andrewrk created this revision.
andrewrk added a reviewer: hans.
Herald added a subscriber: llvm-commits.

Zig has all tests passing in the llvm7 branch with rc1.
Zig 0.3.0 is scheduled to be released 1 week after LLVM 7.0.0,
and it will depend on LLVM 7.


Repository:
  rL LLVM

https://reviews.llvm.org/D51118

Files:
  docs/ReleaseNotes.rst


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -195,9 +195,19 @@
 External Open Source Projects Using LLVM 7
 ==========================================
 
-* A project...
+Zig Programming Language
+------------------------
 
+`Zig <https://ziglang.org>`_  is an open-source programming language designed
+for robustness, optimality, and clarity. Zig is an alternative to C, providing
+high level features such as generics, compile time function execution, partial
+evaluation, and LLVM-based coroutines, while exposing low level LLVM IR
+features such as aliases and intrinsics. Zig uses Clang to provide automatic
+import of .h symbols - even inline functions and macros. Zig uses LLD combined
+with lazily building compiler-rt to provide out-of-the-box cross-compiling for
+all supported targets.
 
+
 Additional Information
 ======================
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51118.162019.patch
Type: text/x-patch
Size: 958 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180822/814f22fa/attachment.bin>


More information about the llvm-commits mailing list