Re: [PATCH] D11906: Clang support for -fthinlto.

2015-08-10 Thread Teresa Johnson via cfe-commits
tejohnson abandoned this revision. tejohnson added a comment. Abandoning as per klimek, need to add cfe-commit as subscriber during upload. http://reviews.llvm.org/D11906 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/

Re: [PATCH] D11906: Clang support for -fthinlto.

2015-08-10 Thread Manuel Klimek via cfe-commits
a > > -- Forwarded message -- > From: Teresa Johnson > Date: Mon, Aug 10, 2015 at 8:58 AM > Subject: [PATCH] D11906: Clang support for -fthinlto. > To: tejohn...@google.com > > > tejohnson created this revision. > > Add clang support for -fthinlto option, whic

Fwd: [PATCH] D11906: Clang support for -fthinlto.

2015-08-10 Thread Teresa Johnson via cfe-commits
] D11906: Clang support for -fthinlto. To: tejohn...@google.com tejohnson created this revision. Add clang support for -fthinlto option, which is used to set the EmitThinLTOIndex code gen option on compiles, and the thinlto gold plugin option on links. Dependent on LLVM/gold patch http