Re: [PATCH] D24806: [docs] Add ThinLTO user documentation

2016-09-21 Thread Teresa Johnson via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL282089: [docs] Add ThinLTO user documentation (authored by tejohnson). Changed prior to commit: https://reviews.llvm.org/D24806?vs=72081&id=72082#toc Repository: rL LLVM https://reviews.llvm.org/D24

Re: [PATCH] D24806: [docs] Add ThinLTO user documentation

2016-09-21 Thread Teresa Johnson via cfe-commits
tejohnson updated this revision to Diff 72081. tejohnson added a comment. Replace 'regular LTO' with 'monolithic LTO' to be more descriptive. https://reviews.llvm.org/D24806 Files: docs/CommandGuide/clang.rst docs/ThinLTO.rst docs/index.rst Index: docs/index.rst =

Re: [PATCH] D24806: [docs] Add ThinLTO user documentation

2016-09-21 Thread Mehdi AMINI via cfe-commits
mehdi_amini accepted this revision. mehdi_amini added a comment. This revision is now accepted and ready to land. Great! Thanks for writing it :) Comment at: docs/CommandGuide/clang.rst:339 @@ +338,3 @@ + The default for :option:`-flto` is :option:`-flto=full`, in which the +

Re: [PATCH] D24806: [docs] Add ThinLTO user documentation

2016-09-21 Thread Teresa Johnson via cfe-commits
tejohnson updated this revision to Diff 72078. tejohnson added a comment. Add some troubleshooting info for gold plugin misconfigurations https://reviews.llvm.org/D24806 Files: docs/CommandGuide/clang.rst docs/ThinLTO.rst docs/index.rst Index: docs/index.rst =

[PATCH] D24806: [docs] Add ThinLTO user documentation

2016-09-21 Thread Teresa Johnson via cfe-commits
tejohnson created this revision. tejohnson added a reviewer: mehdi_amini. tejohnson added a subscriber: cfe-commits. Herald added a subscriber: mehdi_amini. Add some user facing documentation on ThinLTO and how to use it. https://reviews.llvm.org/D24806 Files: docs/CommandGuide/clang.rst doc