This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from a22225c4d Fix warning: result of 32-bit shift implicitly converted to 6 [...] new 2b2f7969f Added support for ThinLTO plugin options : thinlto-index-only [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ELF/Config.h | 3 + ELF/Driver.cpp | 34 +++++--- ELF/InputFiles.cpp | 17 ++-- ELF/InputFiles.h | 7 +- ELF/LTO.cpp | 94 +++++++++++++++++++++- ELF/LTO.h | 4 + ELF/SymbolTable.cpp | 1 + .../lto/Inputs/{asmundef.ll => thinlto_empty.ll} | 2 - test/ELF/lto/thinlto.ll | 67 +++++++++++++-- test/ELF/lto/thinlto_prefix_replace.ll | 23 ++++++ 10 files changed, 219 insertions(+), 33 deletions(-) copy test/ELF/lto/Inputs/{asmundef.ll => thinlto_empty.ll} (79%) create mode 100644 test/ELF/lto/thinlto_prefix_replace.ll