mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Fix Sphinx warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193493 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
09f8e132c8
commit
4d7f7b1bbb
@ -67,7 +67,7 @@ ready to switch to using gold, backup your existing ``/usr/bin/ld``
|
|||||||
then replace it with ``ld-new``.
|
then replace it with ``ld-new``.
|
||||||
|
|
||||||
You should produce bitcode files from ``clang`` with the option
|
You should produce bitcode files from ``clang`` with the option
|
||||||
``-flto``. This flag will also cause ``clang`` to look for the gold plugin in
|
``-flto``. This flag will also cause ``clang`` to look for the gold plugin in
|
||||||
the ``lib`` directory under its prefix and pass the ``-plugin`` option to
|
the ``lib`` directory under its prefix and pass the ``-plugin`` option to
|
||||||
``ld``. It will not look for an alternate linker, which is why you need
|
``ld``. It will not look for an alternate linker, which is why you need
|
||||||
gold to be the installed system linker in your path.
|
gold to be the installed system linker in your path.
|
||||||
|
Loading…
Reference in New Issue
Block a user