[PATCH] D132893: Add docs for Mach-O lld
Michael Eisel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 5 10:32:40 PDT 2022
michaeleisel added a comment.
OK, I've updated the docs
================
Comment at: lld/docs/MachO/index.rst:54-55
+
+Internals
+---------
+
----------------
int3 wrote:
> I think we should rm everything in this Internals section -- no need to duplicate the top-level index.rst contents
Done
================
Comment at: lld/docs/MachO/index.rst:44-45
+ $ cd build
+ $ cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS=lld -DCMAKE_INSTALL_PREFIX=/usr/local ../llvm-project/llvm
+ $ make install
+
----------------
oontvoo wrote:
> [optional] but I think `ninja` should be used (for faster build )
> Eg.,
>
> ```
> cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS='lld' -DCMAKE_INSTALL_PREFIX=/usr/local ../llvm-project/llvm
> ninja check-lld-macho && ninja install
> ```
Done
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