[PATCH] D57586: Release Notes: Add Zig to External Open Source Projects Using LLVM 8

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 4 00:51:31 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL353019: Release Notes: Add Zig to External Open Source Projects Using LLVM 8 (authored by hans, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D57586?vs=184742&id=184996#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57586/new/

https://reviews.llvm.org/D57586

Files:
  llvm/branches/release_80/docs/ReleaseNotes.rst


Index: llvm/branches/release_80/docs/ReleaseNotes.rst
===================================================================
--- llvm/branches/release_80/docs/ReleaseNotes.rst
+++ llvm/branches/release_80/docs/ReleaseNotes.rst
@@ -156,7 +156,16 @@
 External Open Source Projects Using LLVM 8
 ==========================================
 
-* 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57586.184996.patch
Type: text/x-patch
Size: 948 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190204/681308ad/attachment.bin>


More information about the llvm-commits mailing list