aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2023-01-10 12:01:56 -0800
committerEli Schwartz <eschwartz93@gmail.com>2023-01-10 15:12:19 -0500
commit8655287c562cd54823add07b6d7a2c76c205d7fc (patch)
tree7ceb8651d1ecfa242a4002e88ef49d474ad440f5
parent7e4f6df07a1df69f9c1c82a52ec190db596de764 (diff)
downloadmeson-8655287c562cd54823add07b6d7a2c76c205d7fc.zip
meson-8655287c562cd54823add07b6d7a2c76c205d7fc.tar.gz
meson-8655287c562cd54823add07b6d7a2c76c205d7fc.tar.bz2
docs: Add ld64.lld to linker reference table
I forgot to ask the original author to add this to the original MR (#11243)
-rw-r--r--docs/markdown/Reference-tables.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md
index d2df3c8..b81582c 100644
--- a/docs/markdown/Reference-tables.md
+++ b/docs/markdown/Reference-tables.md
@@ -56,6 +56,7 @@ These are return values of the `get_linker_id` method in a compiler object.
| ld.solaris | Solaris and illumos |
| ld.wasm | emscripten's wasm-ld linker |
| ld64 | Apple ld64 |
+| ld64.lld | The LLVM linker, with the ld64 interface |
| link | MSVC linker |
| lld-link | The LLVM linker, with the MSVC interface |
| xilink | Used with Intel-cl only, MSVC like |