This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from cd48dd3 Update comments. new 1e44e47 add the ability to call InitTargetOptionsFromCodeGenFlags fro [...] new 777ca83 added missing files for r293965 new 492f2bd refactor COFF linker to use new LTO API
The 3 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: COFF/CMakeLists.txt | 1 + COFF/Config.h | 2 + COFF/Driver.cpp | 7 + COFF/InputFiles.cpp | 97 +++++++------ COFF/InputFiles.h | 9 +- {ELF => COFF}/LTO.cpp | 64 +++------ {ELF => COFF}/LTO.h | 12 +- COFF/SymbolTable.cpp | 150 ++++++++------------- COFF/SymbolTable.h | 13 +- COFF/Symbols.cpp | 9 +- COFF/Symbols.h | 78 +++++------ ELF/LTO.cpp | 2 +- .../Version.h => Core/TargetOptionsCommandFlags.h} | 15 +-- lib/Core/CMakeLists.txt | 1 + lib/Core/TargetOptionsCommandFlags.cpp | 28 ++++ test/COFF/lto-comdat.ll | 69 ++++------ test/COFF/lto-parallel.ll | 8 +- test/COFF/weak-external.test | 2 +- test/COFF/weak-external3.test | 2 +- 19 files changed, 247 insertions(+), 322 deletions(-) copy {ELF => COFF}/LTO.cpp (64%) copy {ELF => COFF}/LTO.h (80%) copy include/lld/{Config/Version.h => Core/TargetOptionsCommandFlags.h} (50%) create mode 100644 lib/Core/TargetOptionsCommandFlags.cpp