Skip to content

Commit e9adcbf

Browse files
committed
release notes: mention zig as an external project
1 parent 0b56e54 commit e9adcbf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,21 @@ Changes to the LLVM tools
342342
* llvm-lib supports adding import library objects in addition to regular
343343
object files
344344

345+
External Open Source Projects Using LLVM 11
346+
===========================================
347+
348+
Zig Programming Language
349+
------------------------
350+
351+
`Zig <https://ziglang.org>`_ is a general-purpose programming language and
352+
toolchain for maintaining robust, optimal, and reusable software. In addition
353+
to supporting LLVM as an optional backend, Zig links Clang and LLD to provide
354+
an out-of-the-box cross compilation experience, not only for Zig code but for
355+
C and C++ code as well. Using a sophisticated caching system, Zig lazily builds
356+
from source compiler-rt, mingw-w64, musl, glibc, libcxx, libcxxabi, and
357+
libunwind for the selected target - a "batteries included" drop-in for GCC/Clang
358+
that works the same on every platform.
359+
345360
Additional Information
346361
======================
347362

0 commit comments

Comments
 (0)