This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from c6226fb04 llgs-tests: Make addition of new tests easier new 8e941b2c7 ObjectFileELF: Add support for compressed sections
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: include/lldb/Symbol/ObjectFile.h | 9 ++++ lit/CMakeLists.txt | 3 +- lit/Modules/compressed-sections.yaml | 30 ++++++++++++++ lit/Modules/lit.local.cfg | 1 + lit/lit.cfg | 7 ++++ lit/lit.site.cfg.in | 1 + source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 55 +++++++++++++++++++++++++ source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 7 ++++ tools/lldb-test/lldb-test.cpp | 3 +- unittests/ObjectFile/ELF/TestObjectFileELF.cpp | 3 +- 10 files changed, 116 insertions(+), 3 deletions(-) create mode 100644 lit/Modules/compressed-sections.yaml create mode 100644 lit/Modules/lit.local.cfg