This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 93ba31566 [CMake] In standalone builds, LLVM_BINARY_DIR should point to [...] new 7aee683f4 ELF: create "container" sections from PT_LOAD segments
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: lit/Modules/ELF/Inputs/PT_LOAD-overlap-section.elf | Bin 0 -> 402 bytes .../a.yaml => lit/Modules/ELF/PT_LOAD-empty.yaml | 26 +-- lit/Modules/ELF/PT_LOAD-overlap-PT_INTERP.yaml | 50 +++++ lit/Modules/ELF/PT_LOAD-overlap-section.yaml | 66 ++++++ .../a.yaml => lit/Modules/ELF/PT_LOAD-overlap.yaml | 22 +- lit/Modules/ELF/PT_LOAD.yaml | 79 +++++++ lit/Modules/ELF/section-overlap.yaml | 51 +++++ lit/Modules/ELF/section-permissions.yaml | 2 +- lit/Modules/ELF/section-types.yaml | 2 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 228 ++++++++++++++++----- 10 files changed, 444 insertions(+), 82 deletions(-) create mode 100644 lit/Modules/ELF/Inputs/PT_LOAD-overlap-section.elf copy packages/Python/lldbsuite/test/functionalities/gdb_remote_client/a.yaml => li [...] create mode 100644 lit/Modules/ELF/PT_LOAD-overlap-PT_INTERP.yaml create mode 100644 lit/Modules/ELF/PT_LOAD-overlap-section.yaml copy packages/Python/lldbsuite/test/functionalities/gdb_remote_client/a.yaml => li [...] create mode 100644 lit/Modules/ELF/PT_LOAD.yaml create mode 100644 lit/Modules/ELF/section-overlap.yaml