This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from acd5f5a Revert "Retry "[llvm-profdata] Add option to ingest filepaths [...] new 6039b79 Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file" new d97680d [pdbdump] Verify the size of TPI hash records. new 052c9ee Verifier: Simplify and fix issue where we were not verifying [...]
The 3 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: docs/CommandGuide/llvm-profdata.rst | 9 ++++ lib/DebugInfo/PDB/Raw/TpiStream.cpp | 5 ++ lib/IR/Verifier.cpp | 28 +++++----- test/tools/llvm-profdata/input-filenames.test | 16 ++++++ tools/llvm-profdata/llvm-profdata.cpp | 76 ++++++++++++++++++++++----- unittests/IR/MetadataTest.cpp | 5 ++ 6 files changed, 111 insertions(+), 28 deletions(-) create mode 100644 test/tools/llvm-profdata/input-filenames.test