This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 6e8d3e107 [cmake] Remove the test for libstdc++<4.9 new be8db9ccc unittests: Use yaml2obj as a library instead of an external process
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: unittests/Core/CMakeLists.txt | 5 - unittests/Core/Inputs/mangled-function-names.yaml | 129 ----------------- unittests/Core/MangledTest.cpp | 116 ++++++++++++++-- unittests/ObjectFile/ELF/CMakeLists.txt | 1 - .../ELF/Inputs/sections-resolve-consistently.yaml | 52 ------- unittests/ObjectFile/ELF/TestObjectFileELF.cpp | 67 +++++++-- unittests/Symbol/CMakeLists.txt | 1 - unittests/Symbol/Inputs/basic-call-frame-info.yaml | 140 ------------------- unittests/Symbol/TestDWARFCallFrameInfo.cpp | 154 +++++++++++++++++++-- unittests/Symbol/TestLineEntry.cpp | 48 ++----- unittests/TestingSupport/CMakeLists.txt | 4 +- unittests/TestingSupport/TestUtilities.cpp | 59 +++++--- unittests/TestingSupport/TestUtilities.h | 25 +++- 13 files changed, 390 insertions(+), 411 deletions(-) delete mode 100644 unittests/Core/Inputs/mangled-function-names.yaml delete mode 100644 unittests/ObjectFile/ELF/Inputs/sections-resolve-consistently.yaml delete mode 100644 unittests/Symbol/Inputs/basic-call-frame-info.yaml