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.
Paths
| Differential D11906
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 Dependent on LLVM/gold patch http://reviews.llvm.org/D11905.
Diff Detail Event Timelinetejohnson updated this object.
Revision Contents
Diff 31675 include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/BackendUtil.cpp
lib/Driver/Driver.cpp
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
|