This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 7fa611f53 [ELF] Add basic support for PPC LE new d9ecec34c Support embedding natvis files in PDBs.
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: COFF/Config.h | 1 + COFF/Driver.cpp | 5 +- COFF/Options.td | 2 +- COFF/PDB.cpp | 16 +++ test/COFF/Inputs/generic.yaml | 282 +++++++++++++++++++++++++++++++++++++++ test/COFF/Inputs/natvis-1.natvis | 1 + test/COFF/Inputs/natvis-2.natvis | 1 + test/COFF/Inputs/natvis-3.natvis | 1 + test/COFF/pdb-natvis.test | 26 ++++ test/lit.cfg.py | 3 + test/lit.site.cfg.py.in | 1 + 11 files changed, 337 insertions(+), 2 deletions(-) create mode 100644 test/COFF/Inputs/generic.yaml create mode 100644 test/COFF/Inputs/natvis-1.natvis create mode 100644 test/COFF/Inputs/natvis-2.natvis create mode 100644 test/COFF/Inputs/natvis-3.natvis create mode 100644 test/COFF/pdb-natvis.test