This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e3766d735 [lldb] Unifying lldb python path new a8446221d [MachO] Fix symbol merging during symtab parsing. new 16e217ace [CMake] Remove stale comment new 1700d5264 [CMake] Track test dependencies with add_lldb_test_dependency
The 3 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: CMakeLists.txt | 46 +- cmake/modules/AddLLDB.cmake | 4 + lit/CMakeLists.txt | 14 +- lit/ObjectFile/MachO/symtab.yaml | 699 +++++++++++++++++++++ .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 78 ++- test/CMakeLists.txt | 10 +- unittests/CMakeLists.txt | 1 + utils/lldb-dotest/CMakeLists.txt | 2 +- 8 files changed, 791 insertions(+), 63 deletions(-) create mode 100644 lit/ObjectFile/MachO/symtab.yaml