[PATCH] D60987: [docs] Copy-edit lld/docs/WebAssembly.rst
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 23 07:22:08 PDT 2019
sbc100 accepted this revision.
sbc100 added a comment.
This revision is now accepted and ready to land.
Great! Thank you.
================
Comment at: lld/docs/WebAssembly.rst:13
-The format the input object files that lld expects is specified as part of the
+The format (the input object files) that lld expects is specified as part of the
the WebAssembly tool conventions on linking_.
----------------
How about `The WebAssemby object file format used by LLVM and LLD is specified as ...`
================
Comment at: lld/docs/WebAssembly.rst:19
currently requires enabling the experimental backed using
``-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=WebAssembly``.
----------------
This last sentence is no longer true. WebAssembly is on the of he default targets now (Not part of this PR but something I just noticed).
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60987/new/
https://reviews.llvm.org/D60987
More information about the llvm-commits
mailing list