File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,17 @@ Changes to LLDB
244
244
External Open Source Projects Using LLVM 10
245
245
===========================================
246
246
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
+
248
258
249
259
250
260
Additional Information
You can’t perform that action at this time.
0 commit comments