This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 1b58108df Fix build bots after r331049 broke them. new ac9c9e529 Support reading section ".gnu_debugaltlink"
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/Core/Section.h | 2 ++ include/lldb/lldb-enumerations.h | 1 + lit/Modules/build-id-case.yaml | 1 + lit/Modules/compressed-sections.yaml | 2 ++ lit/Modules/dwarf-gnu-debugaltlink.yaml | 25 ++++++++++++++++++++++ source/Core/Section.cpp | 9 ++++---- source/Expression/IRExecutionUnit.cpp | 1 + source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 3 +++ .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 1 + .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 5 +++++ source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 2 ++ .../Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp | 2 +- source/Symbol/ObjectFile.cpp | 1 + tools/lldb-test/lldb-test.cpp | 1 + 14 files changed, 51 insertions(+), 5 deletions(-) create mode 100644 lit/Modules/dwarf-gnu-debugaltlink.yaml