This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b9f74810e Add libc++ data formatters for std::optional. new 53c01b0d1 Fix a little thinko in generating ___lldb_unnamed_symbol symb [...]
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: .../function-starts}/Makefile | 8 ++- .../macosx/function-starts/TestFunctionStarts.py | 76 ++++++++++++++++++++++ .../lldbsuite/test/macosx/function-starts/main.cpp | 26 ++++++++ .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 3 +- 4 files changed, 109 insertions(+), 4 deletions(-) copy packages/Python/lldbsuite/test/{api/multiple-targets => macosx/function-start [...] create mode 100644 packages/Python/lldbsuite/test/macosx/function-starts/TestFunct [...] create mode 100644 packages/Python/lldbsuite/test/macosx/function-starts/main.cpp