Skip to content

Commit

Permalink
ReleaseNotes: add Zig to External Open Source Projects
Browse files Browse the repository at this point in the history
Patch by Andrew Kelley!

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

llvm-svn: 322567
  • Loading branch information
zmodem committed Jan 16, 2018
1 parent 60151ce commit 96ad2f9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions llvm/docs/ReleaseNotes.rst
Expand Up @@ -136,6 +136,18 @@ constraints. This program is then compiled by Clang with `SanitizerCoverage
<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
======================
Expand Down

0 comments on commit 96ad2f9

Please sign in to comment.