This is an archive of the discontinued LLVM Phabricator instance.

Clang support for -fthinlto.
AbandonedPublic

Authored by tejohnson on Aug 10 2015, 8:58 AM.

Details

Summary

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://reviews.llvm.org/D11905.

Diff Detail

Event Timeline

tejohnson updated this revision to Diff 31675.Aug 10 2015, 8:58 AM
tejohnson retitled this revision from to Clang support for -fthinlto..
tejohnson updated this object.
tejohnson abandoned this revision.Aug 10 2015, 9:33 AM

Abandoning as per klimek, need to add cfe-commit as subscriber during upload.