From 59827e90271311d46f90732c477c7a81aaf168aa Mon Sep 17 00:00:00 2001 From: Andrei Alexeyev Date: Wed, 27 Sep 2023 18:20:49 +0200 Subject: [PATCH] docs: add the zig linker to reference tables --- docs/markdown/Reference-tables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 86f3e9ea5668..3911eb5e77b1 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -76,6 +76,7 @@ These are return values of the `get_linker_id` method in a compiler object. | ccomp | CompCert used as the linker driver | | mwldarm | The Metrowerks Linker with the ARM interface, used with mwccarm only | | mwldeppc | The Metrowerks Linker with the PowerPC interface, used with mwcceppc only | +| zig | The Zig linker | For languages that don't have separate dynamic linkers such as C# and Java, the `get_linker_id` will return the compiler name.