This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 538dec71d Fix some sphinx doc errors. new c71a5001b [COFF] Fix crashes when writing a PDB after adding thunks. new dbc4366c2 [COFF] Create range extension thunks for ARM64 new ed150dd0d [ELF] Default to --no-allow-shlib-undefined for executables
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/Chunks.cpp | 24 ++++++++++++++-- COFF/Chunks.h | 13 +++++++-- COFF/Writer.cpp | 60 ++++++++++++++++++++++++++++----------- ELF/Driver.cpp | 5 ++-- ELF/Options.td | 4 +-- docs/ld.lld.1 | 6 ++++ test/COFF/arm-thumb-thunks-pdb.s | 18 ++++++++++++ test/COFF/arm64-branch-range.test | 16 ----------- test/COFF/arm64-thunks.s | 27 ++++++++++++++++++ test/ELF/allow-shlib-undefined.s | 5 +++- test/ELF/pr34872.s | 2 +- test/ELF/unresolved-symbols.s | 6 ++-- 12 files changed, 140 insertions(+), 46 deletions(-) create mode 100644 test/COFF/arm-thumb-thunks-pdb.s delete mode 100644 test/COFF/arm64-branch-range.test create mode 100644 test/COFF/arm64-thunks.s