[PATCH] D132893: Add docs for Mach-O lld
Michael Eisel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 08:01:57 PDT 2022
michaeleisel added inline comments.
================
Comment at: lld/docs/MachO/index.rst:55
+The user may also need to add ``-Wl,--deduplicate-literals`` in order
+to match Apple's linker behavior more closely.
+
----------------
thakis wrote:
> Should this point at…uh, lld/MachO/ld64-vs-lld.rst.
>
> Also, we should move lld/MachO/ld64-vs-lld.rst out of the source tree into the doc tree, right, @oontvoo?
Sure, how about another sentence saying, "For more details on the differences between ld64 and LLD, see [here](...)"? Although, I don't know what the link is. Also, can I render this somehow locally to see how it looks and if the links work?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132893/new/
https://reviews.llvm.org/D132893
More information about the llvm-commits
mailing list