aboutsummaryrefslogtreecommitdiff
path: root/llvm
diff options
context:
space:
mode:
authorHans Wennborg <hans@chromium.org>2020-09-24 16:17:13 +0200
committerHans Wennborg <hans@chromium.org>2020-09-24 16:17:13 +0200
commite9adcbfad0d31d4d703fe8fcf56cc73b38e59c07 (patch)
tree5e89eaed7e85bf68314ebf2e48931fda2c2fc593 /llvm
parentclang-tools-extra: Drop doxygen link from index.rst (diff)
downloadllvm-project-e9adcbfad0d31d4d703fe8fcf56cc73b38e59c07.tar.gz
llvm-project-e9adcbfad0d31d4d703fe8fcf56cc73b38e59c07.tar.bz2
llvm-project-e9adcbfad0d31d4d703fe8fcf56cc73b38e59c07.zip
release notes: mention zig as an external project
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/ReleaseNotes.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 2af813fda1aa..d724ba09502a 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -342,6 +342,21 @@ Changes to the LLVM tools
* llvm-lib supports adding import library objects in addition to regular
object files
+External Open Source Projects Using LLVM 11
+===========================================
+
+Zig Programming Language
+------------------------
+
+`Zig <https://ziglang.org>`_ is a general-purpose programming language and
+toolchain for maintaining robust, optimal, and reusable software. In addition
+to supporting LLVM as an optional backend, Zig links Clang and LLD to provide
+an out-of-the-box cross compilation experience, not only for Zig code but for
+C and C++ code as well. Using a sophisticated caching system, Zig lazily builds
+from source compiler-rt, mingw-w64, musl, glibc, libcxx, libcxxabi, and
+libunwind for the selected target - a "batteries included" drop-in for GCC/Clang
+that works the same on every platform.
+
Additional Information
======================