This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 34412fcf5 [ELF] - Make __start_/__stop_<section_name> symbols STV_PROTECTED new 9133ca57b Resubmit "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 | 23 +++- 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-file-static.test | 4 +- test/COFF/pdb-natvis.test | 26 ++++ test/lit.cfg.py | 3 + test/lit.site.cfg.py.in | 3 + 12 files changed, 347 insertions(+), 5 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