Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions llvm/docs/GoldPlugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ which is why you otherwise need gold to be the installed system linker in
your path.

``ar`` and ``nm`` also accept the ``-plugin`` option and it's possible to
to install ``LLVMgold.so`` to ``/usr/lib/bfd-plugins`` for a seamless setup.
install ``LLVMgold.so`` to ``/usr/lib/bfd-plugins`` for a seamless setup.
If you built your own gold, be sure to install the ``ar`` and ``nm-new`` you
built to ``/usr/bin``.

Expand Down Expand Up @@ -143,7 +143,7 @@ Quickstart for using LTO with autotooled projects
=================================================

Once your system ``ld``, ``ar``, and ``nm`` all support LLVM bitcode,
everything is in place for an easy to use LTO build of autotooled projects:
everything is in place for an easy-to-use LTO build of autotooled projects:

* Follow the instructions :ref:`on how to build LLVMgold.so
<lto-how-to-build>`.
Expand Down
Loading