[llvm-branch-commits] [llvm-branch] r322567 - ReleaseNotes: add Zig to External Open Source Projects

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jan 16 07:50:14 PST 2018


Author: hans
Date: Tue Jan 16 07:50:14 2018
New Revision: 322567

URL: http://llvm.org/viewvc/llvm-project?rev=322567&view=rev
Log:
ReleaseNotes: add Zig to External Open Source Projects

Patch by Andrew Kelley!

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

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

Modified: llvm/branches/release_60/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_60/docs/ReleaseNotes.rst?rev=322567&r1=322566&r2=322567&view=diff
==============================================================================
--- llvm/branches/release_60/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_60/docs/ReleaseNotes.rst Tue Jan 16 07:50:14 2018
@@ -136,6 +136,18 @@ constraints. This program is then compil
 <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
 ======================




More information about the llvm-branch-commits mailing list