Author: Hans Wennborg Date: 2020-02-10T16:44:26+01:00 New Revision: f23caecc0901d930203874ebeb8361a6c297f539
URL: https://github.com/llvm/llvm-project/commit/f23caecc0901d930203874ebeb8361a6c297f539 DIFF: https://github.com/llvm/llvm-project/commit/f23caecc0901d930203874ebeb8361a6c297f539.diff LOG: ReleaseNotes / external projects: Zig Added: Modified: llvm/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index cca43f94a334..49fabc56c054 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -244,7 +244,17 @@ Changes to LLDB External Open Source Projects Using LLVM 10 =========================================== -* A project... +Zig Programming Language +------------------------ + +`Zig <https://ziglang.org>`_ is a system programming language intended to be +an alternative to C. It provides high level features such as generics, compile +time function execution, and partial evaluation, while exposing low level LLVM +IR features such as aliases and intrinsics. Zig uses Clang to provide automatic +import of .h symbols, including inline functions and simple macros. Zig uses +LLD combined with lazily building compiler-rt to provide out-of-the-box +cross-compiling for all supported targets. + Additional Information _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits