This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from d3cf92675 DWARF: Add some support for non-native directory separators new 5c9f538df Teach the default symbol vendor to respect module.GetSymbolFi [...] new 27444da6f TestClangASTContext: Rewrite an if-else chain into a switch
The 2 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: lit/SymbolFile/Breakpad/Inputs/basic-macho.yaml | 47 ++++++++++++++++++++++++ lit/SymbolFile/Breakpad/Inputs/symtab-macho.syms | 2 + lit/SymbolFile/Breakpad/symtab-macho.test | 21 +++++++++++ source/Symbol/SymbolVendor.cpp | 17 ++++++--- unittests/Symbol/TestClangASTContext.cpp | 14 +++++-- 5 files changed, 93 insertions(+), 8 deletions(-) create mode 100644 lit/SymbolFile/Breakpad/Inputs/basic-macho.yaml create mode 100644 lit/SymbolFile/Breakpad/Inputs/symtab-macho.syms create mode 100644 lit/SymbolFile/Breakpad/symtab-macho.test