[PATCH] D41875: docs: add Zig to External Open Source Projects
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 16 07:51:50 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL322567: ReleaseNotes: add Zig to External Open Source Projects (authored by hans, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D41875?vs=129459&id=129961#toc
Repository:
rL LLVM
https://reviews.llvm.org/D41875
Files:
llvm/branches/release_60/docs/ReleaseNotes.rst
Index: llvm/branches/release_60/docs/ReleaseNotes.rst
===================================================================
--- llvm/branches/release_60/docs/ReleaseNotes.rst
+++ llvm/branches/release_60/docs/ReleaseNotes.rst
@@ -136,6 +136,18 @@
<https://releases.llvm.org/6.0.0/tools/clang/docs/SanitizerCoverage.html>`_
instrumentation and then fuzzed using :doc:`LibFuzzer <LibFuzzer>`.
+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.
+
Additional Information
======================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41875.129961.patch
Type: text/x-patch
Size: 1034 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180116/2de9e387/attachment.bin>
More information about the llvm-commits
mailing list