Skip to content

Commit

Permalink
docs: add the zig linker to reference tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed Sep 27, 2023
1 parent ec9ece1 commit 59827e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/markdown/Reference-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 59827e9

Please sign in to comment.