This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8fea0d895 Fix (and improve) the support for C99 variable length array types new 72db43609 Add a relocation to ObjectFileELF::ApplyRelocations and a test
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: source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 9 +- unittests/ObjectFile/ELF/CMakeLists.txt | 1 + .../ELF/Inputs/debug-info-relocations.pcm.yaml | 183 +++++++++++++++++++++ unittests/ObjectFile/ELF/TestObjectFileELF.cpp | 62 +++++++ 4 files changed, 252 insertions(+), 3 deletions(-) create mode 100644 unittests/ObjectFile/ELF/Inputs/debug-info-relocations.pcm.yaml