[PATCH] D41875: docs: add Zig to External Open Source Projects
Andrew Kelley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 11 09:23:37 PST 2018
andrewrk updated this revision to Diff 129459.
andrewrk added a comment.
rebase
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,18 @@
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.
+
JFS - JIT Fuzzing Solver
------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41875.129459.patch
Type: text/x-patch
Size: 905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180111/49eedcf5/attachment.bin>
More information about the llvm-commits
mailing list