summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-09-11 07:52:29 +0000
committerHans Wennborg <hans@hanshq.net>2018-09-11 07:52:29 +0000
commit627a2d5318f44eb6cf39e10c0b16ad83ad962fb7 (patch)
tree0ea192ae8019027392adc01cb4cd2ace7c746e63
parent0d412784c03f514e82656ec986a66be939ad0d0d (diff)
ReleaseNotes.rst: Add Zig to External Open Source Projects Using LLVM 7
Differential revision: https://reviews.llvm.org/D51118 git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@341911 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index e06e5d9e049..99a3573f64c 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -291,6 +291,22 @@ Changes to the DAG infrastructure
changes to backends that directly access ``PatFrag`` members.
+External Open Source Projects Using LLVM 7
+==========================================
+
+Zig Programming Language
+------------------------
+
+`Zig <https://ziglang.org>`_ is an open-source programming language designed
+for robustness, optimality, and clarity. Zig is an alternative to C, providing
+high level features such as generics, compile time function execution, partial
+evaluation, and LLVM-based coroutines, while exposing low level LLVM IR
+features such as aliases and intrinsics. 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
======================