This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from d2a2d1895 [ELF] - Add -z global option to manual. new 271390621 [COFF] Add support for creating range extension thunks for ARM
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: COFF/Chunks.cpp | 62 ++++++++-- COFF/Chunks.h | 23 ++++ COFF/MapFile.cpp | 2 +- COFF/PDB.cpp | 3 +- COFF/Writer.cpp | 212 +++++++++++++++++++++++++++++++-- COFF/Writer.h | 5 +- test/COFF/Inputs/far-arm-thumb-abs.s | 2 - test/COFF/Inputs/far-arm-thumb-abs20.s | 2 - test/COFF/arm-thumb-branch-error.s | 10 -- test/COFF/arm-thumb-branch20-error.s | 12 +- test/COFF/arm-thumb-thunks-multipass.s | 70 +++++++++++ test/COFF/arm-thumb-thunks.s | 75 ++++++++++++ 12 files changed, 441 insertions(+), 37 deletions(-) delete mode 100644 test/COFF/Inputs/far-arm-thumb-abs.s delete mode 100644 test/COFF/Inputs/far-arm-thumb-abs20.s delete mode 100644 test/COFF/arm-thumb-branch-error.s create mode 100644 test/COFF/arm-thumb-thunks-multipass.s create mode 100644 test/COFF/arm-thumb-thunks.s