Skip to content

Commit f23caec

Browse files
committed
ReleaseNotes / external projects: Zig
1 parent 0e1c734 commit f23caec

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,17 @@ Changes to LLDB
244244
External Open Source Projects Using LLVM 10
245245
===========================================
246246

247-
* A project...
247+
Zig Programming Language
248+
------------------------
249+
250+
`Zig <https://ziglang.org>`_ is a system programming language intended to be
251+
an alternative to C. It provides high level features such as generics, compile
252+
time function execution, and partial evaluation, while exposing low level LLVM
253+
IR features such as aliases and intrinsics. Zig uses Clang to provide automatic
254+
import of .h symbols, including inline functions and simple macros. Zig uses
255+
LLD combined with lazily building compiler-rt to provide out-of-the-box
256+
cross-compiling for all supported targets.
257+
248258

249259

250260
Additional Information

0 commit comments

Comments
 (0)