diff options
| author | Andrei Alexeyev <akari@taisei-project.org> | 2023-09-27 11:43:23 +0200 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-09-24 10:25:12 -0700 |
| commit | 798bf519035808aa4d86e6b58d7a6b3c5e4b2988 (patch) | |
| tree | 1b2e90d59cfe63000a53c52f787f663f97dae467 /docs/markdown/Reference-tables.md | |
| parent | 6797f9bc1502609783a8fc465e2960819ab4f38f (diff) | |
| download | meson-798bf519035808aa4d86e6b58d7a6b3c5e4b2988.tar.gz | |
linkers: basic support for the 'zig cc' linker
Diffstat (limited to 'docs/markdown/Reference-tables.md')
| -rw-r--r-- | docs/markdown/Reference-tables.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 7e0d6cffc..e4e964c2d 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -62,6 +62,7 @@ These are return values of the `get_linker_id` method in a compiler object. | ld.mold | The fast MOLD linker | | ld.solaris | Solaris and illumos | | ld.wasm | emscripten's wasm-ld linker | +| ld.zigcc | The Zig linker (C/C++ frontend; GNU-like) | | ld64 | Apple ld64 | | ld64.lld | The LLVM linker, with the ld64 interface | | link | MSVC linker | |
