Author: hans Date: Tue Aug 27 09:42:28 2019 New Revision: 370077 URL: http://llvm.org/viewvc/llvm-project?rev=370077&view=rev Log: ReleaseNotes: Zig
Modified: llvm/branches/release_90/docs/ReleaseNotes.rst Modified: llvm/branches/release_90/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_90/docs/ReleaseNotes.rst?rev=370077&r1=370076&r2=370077&view=diff ============================================================================== --- llvm/branches/release_90/docs/ReleaseNotes.rst (original) +++ llvm/branches/release_90/docs/ReleaseNotes.rst Tue Aug 27 09:42:28 2019 @@ -263,6 +263,19 @@ Mull - Mutation Testing tool for C and C `Mull <https://github.com/mull-project/mull>`_ is a LLVM-based tool for mutation testing with a strong focus on C and C++ languages. +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