[PATCH] D41875: docs: add Zig to External Open Source Projects

Andrew Kelley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 11:47:39 PST 2018


andrewrk created this revision.
andrewrk added a reviewer: hans.

Zig has an llvm6 branch with all tests passing. It's planned to release Zig 0.2.0 directly after LLVM 6.0.0 is released.


Repository:
  rL LLVM

https://reviews.llvm.org/D41875

Files:
  docs/ReleaseNotes.rst


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -122,6 +122,19 @@
 External Open Source Projects Using LLVM 6
 ==========================================
 
+Zig Programming Language
+------------------------
+
+`Zig <http://ziglang.org>`_  is an open-source programming language designed
+for robustness, optimality, and clarity. It is intended to replace C. It
+provides high level features such as Generics,
+Compile Time Function Execution, and Partial Evaluation, yet exposes low level
+LLVM IR features such as Aliases. 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.
+
+
 * A project...
 
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41875.129135.patch
Type: text/x-patch
Size: 873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180109/f369c4bf/attachment.bin>


More information about the llvm-commits mailing list