This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0e2def309 Fix a bug in the lit test suite generation. new 455afed1b Revert "[Symbol] Search symbols with name and type in a symbol file" new 8df3643ca Fix the lit test suite.
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: include/lldb/Symbol/SymbolFile.h | 2 - include/lldb/Symbol/SymbolVendor.h | 2 - lit/lit.site.cfg.py.in | 3 ++ source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 2 + source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp | 1 + .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 11 +++++ .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 1 + source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 49 ---------------------- source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 2 - source/Symbol/SymbolVendor.cpp | 30 ++++--------- unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 17 -------- 11 files changed, 27 insertions(+), 93 deletions(-)