From 8655287c562cd54823add07b6d7a2c76c205d7fc Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 10 Jan 2023 12:01:56 -0800 Subject: docs: Add ld64.lld to linker reference table I forgot to ask the original author to add this to the original MR (#11243) --- docs/markdown/Reference-tables.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index d2df3c8f1..b81582cd8 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 | -- cgit v1.2.3