This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 80b6a5e14 Change UniqueCStringMap to use ConstString as the key new b2f23ebde ObjectFileELF: Fix symbol lookup in bss section
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 | 2 +- unittests/ObjectFile/ELF/CMakeLists.txt | 10 ++ .../ELF/Inputs/sections-resolve-consistently.yaml | 50 ++++++++++ unittests/ObjectFile/ELF/TestObjectFileELF.cpp | 105 +++++++++++++++++++++ 4 files changed, 166 insertions(+), 1 deletion(-) create mode 100644 unittests/ObjectFile/ELF/Inputs/sections-resolve-consistently.yaml create mode 100644 unittests/ObjectFile/ELF/TestObjectFileELF.cpp