[PATCH] D132893: Add docs for Mach-O lld
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 29 16:46:54 PDT 2022
thakis added subscribers: oontvoo, thakis.
thakis added inline comments.
================
Comment at: lld/docs/MachO/index.rst:30
+
+If you have already checked out LLVM using SVN, you can check out LLD
+under ``tools`` directory just like you probably did for clang. For the
----------------
This looks very outdated. LLVM hasn't been available per SVN in a long time, and git is no longer a mirror.
================
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.
+
----------------
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?
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