This is an archive of the discontinued LLVM Phabricator instance.

[docs] Update GoldPlugin documentation
ClosedPublic

Authored by tejohnson on Jul 18 2018, 8:25 AM.

Details

Summary

Updated and reorganized. Made the following additions:

  1. How to see if ld.gold is installed, and whether it is the current

default.

  1. How to install ld.gold as the default or alternatively use

-fuse-ld=gold.

  1. Move the part about installing the newly built ld-new as the default

to the prior section and how to use --enable-gold=default to do it
automatically on install.

  1. Add a note about ld.bfd supporting plugins but indicate that it is

not tested by the LLVM project and gold is the recommended linker for
use with the gold plugin.

Fixes PR32760.

Diff Detail

Repository
rL LLVM

Event Timeline

tejohnson created this revision.Jul 18 2018, 8:25 AM
davide accepted this revision.Jul 18 2018, 9:53 AM

Thanks Teresa.

This revision is now accepted and ready to land.Jul 18 2018, 9:53 AM
This revision was automatically updated to reflect the committed changes.