Differential D51118 Release Notes: Add Zig to External Open Source Projects Using LLVM 7ClosedPublicAuthored by andrewrk on Aug 22 2018, 12:05 PM.Download Raw DiffDetailsReviewers hans Commits rG5de718097cc3: ReleaseNotes.rst: Add Zig to External Open Source Projects Using LLVM 7rL341911: ReleaseNotes.rst: Add Zig to External Open Source Projects Using LLVM 7 SummaryZig has all tests passing in the llvm7 branch with rc1.Zig 0.3.0 is scheduled to be released 1 week after LLVM 7.0.0,and it will depend on LLVM 7.Diff DetailRepository rL LLVM Event Timelineandrewrk created this revision.Aug 22 2018, 12:05 PMHerald added a subscriber: llvm-commits. · View Herald TranscriptAug 22 2018, 12:05 PMhans accepted this revision.Aug 22 2018, 12:53 PMComment Actionslgtm, and thanks for the testing!This revision is now accepted and ready to land.Aug 22 2018, 12:53 PMhans closed this revision.Sep 11 2018, 12:53 AMComment Actionscommitted in r341911.Revision ContentsFilesHistoryCommitsPathSizedocs/ReleaseNotes.rst12 linesDiffIDBaseDescriptionCreatedLintUnitBaseBaseDiff 1162019Aug 22 2018, 12:02 PM★★Diff 162019docs/ReleaseNotes.rstContext not available.External Open Source Projects Using LLVM 7 External Open Source Projects Using LLVM 7 ========================================== ========================================== * A project... Zig Programming Language ------------------------ `Zig https://ziglang.org`_ is an open-source programming language designedfor robustness, optimality, and clarity. Zig is an alternative to C, providinghigh level features such as generics, compile time function execution, partialevaluation, and LLVM-based coroutines, while exposing low level LLVM IRfeatures such as aliases and intrinsics. Zig uses Clang to provide automaticimport of .h symbols - even inline functions and macros. Zig uses LLD combinedwith lazily building compiler-rt to provide out-of-the-box cross-compiling forall supported targets. Additional Information Additional Information ====================== ====================== Context not available.