This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from a76b44f79 [ELF][AArch64] Support for BTI and PAC new 84c35db2e ELF: Create synthetic sections for loadable partitions.
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/Arch/PPC.cpp | 2 +- ELF/Arch/X86.cpp | 2 +- ELF/Arch/X86_64.cpp | 2 +- ELF/Config.h | 1 - ELF/Driver.cpp | 4 + ELF/InputSection.h | 4 + ELF/LinkerScript.cpp | 12 +- ELF/Relocations.cpp | 40 ++- ELF/SyntheticSections.cpp | 411 ++++++++++++++++------- ELF/SyntheticSections.h | 85 +++-- ELF/Thunks.cpp | 7 +- ELF/Writer.cpp | 575 ++++++++++++++++++-------------- test/ELF/linkerscript/orphan-report.s | 2 +- test/ELF/partition-exidx.s | 49 +++ test/ELF/partition-notes.s | 45 +++ test/ELF/partition-pack-dyn-relocs.s | 51 +++ test/ELF/partition-synthetic-sections.s | 241 +++++++++++++ 17 files changed, 1124 insertions(+), 409 deletions(-) create mode 100644 test/ELF/partition-exidx.s create mode 100644 test/ELF/partition-notes.s create mode 100644 test/ELF/partition-pack-dyn-relocs.s create mode 100644 test/ELF/partition-synthetic-sections.s