summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GoldPlugin.rst
Commit message (Collapse)AuthorAgeFilesLines
* [docs][gold] Fix a typoFangrui Song2018-08-211-1/+1
| | | | llvm-svn: 340335
* [docs] Update GoldPlugin documentationTeresa Johnson2018-07-181-17/+30
| | | | | | | | | | | | | | | | | | | | | | | | | Summary: Updated and reorganized. Made the following additions: 1) How to see if ld.gold is installed, and whether it is the current default. 2) How to install ld.gold as the default or alternatively use -fuse-ld=gold. 3) 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. 4) 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. Reviewers: davide Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D49490 llvm-svn: 337404
* Revert "[docs] As of binutils 2.21.51.0.2, ld.bfd supports plugins too, ↵Teresa Johnson2018-07-111-9/+11
| | | | | | | | | | | | | represent this in docs" This reverts commit r306102. This change was made without any review, and has a couple of issues. First, AFAIK we do not test the combination of the LLVM gold plugin with ld.bfd. Second, the change removed documentation for how to build gold and replaced it with instructions for building ld.bfd. llvm-svn: 336841
* [docs] As of binutils 2.21.51.0.2, ld.bfd supports plugins too, represent ↵Ekaterina Vaartis2017-06-231-11/+9
| | | | | | | | this in docs PR#32760 llvm-svn: 306102
* Revert 'Test commit as per developer policy'Jonas Devlieghere2016-11-301-4/+4
| | | | llvm-svn: 288233
* Test commit as per developer policyJonas Devlieghere2016-11-301-4/+4
| | | | llvm-svn: 288232
* [docs] Remove references to autotools build.Alexey Samsonov2016-01-301-3/+1
| | | | llvm-svn: 259280
* Docs: give binutils/gold instructions for CMake too.Tim Northover2014-11-041-3/+5
| | | | | | Patch by Steve King. llvm-svn: 221227
* Update the LTO GoldPlugin documentationAlp Toker2013-12-021-17/+11
| | | | | | | | | * Update build instructions to reflect the current source tree layout. * Don't inflict CVS on readers; there's a perfectly good git mirror. * configure with --disable-werror making it possible to build using clang. * ar and nm-new now support the -plugin option. llvm-svn: 196069
* Fix Sphinx warning.Bill Wendling2013-10-271-1/+1
| | | | llvm-svn: 193493
* Remove remaining references to -O4.Rafael Espindola2013-09-231-6/+2
| | | | | | Thanks to Hal Finkel for noticing it. llvm-svn: 191216
* docs: Fix long standing linking antipattern.Sean Silva2013-01-111-2/+0
| | | | | | | | | Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162
* remove the rest of the "written by" lines in the documentation. It isChris Lattner2013-01-101-2/+0
| | | | | | | against the developer policy to include this sort of thing as SVN blame already captures this in a far more fine-grained way. llvm-svn: 172109
* GoldPlugin.rst: minor typesetting fixes.Dmitri Gribenko2012-10-051-3/+3
| | | | llvm-svn: 165334
* docs: Sphinxify GoldPlugin document.Sean Silva2012-10-041-0/+186
llvm-svn: 165198
OpenPOWER on IntegriCloud