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/
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
] 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