[llvm-branch-commits] [llvm-branch] r341911 - ReleaseNotes.rst: Add Zig to External Open Source Projects Using LLVM 7

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Sep 11 00:52:29 PDT 2018


Author: hans
Date: Tue Sep 11 00:52:29 2018
New Revision: 341911

URL: http://llvm.org/viewvc/llvm-project?rev=341911&view=rev
Log:
ReleaseNotes.rst: Add Zig to External Open Source Projects Using LLVM 7

Differential revision: https://reviews.llvm.org/D51118

Modified:
    llvm/branches/release_70/docs/ReleaseNotes.rst

Modified: llvm/branches/release_70/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_70/docs/ReleaseNotes.rst?rev=341911&r1=341910&r2=341911&view=diff
==============================================================================
--- llvm/branches/release_70/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_70/docs/ReleaseNotes.rst Tue Sep 11 00:52:29 2018
@@ -291,6 +291,22 @@ Changes to the DAG infrastructure
   changes to backends that directly access ``PatFrag`` members.
 
 
+External Open Source Projects Using LLVM 7
+==========================================
+
+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
 ======================
 




More information about the llvm-branch-commits mailing list