This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 80b7aace9f2 [lit] Make internal diff work in pipelines new 2200a327859 [lit] Extend internal diff to support `-` argument new c0521e5fc0d [clangd] Use our own relation kind.
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/llvm/ADT/DenseMapInfo.h | 11 ++ utils/lit/lit/builtin_commands/diff.py | 14 ++- .../tests/Inputs/shtest-shell/diff-encodings.txt | 6 ++ utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt | 10 ++ .../tests/Inputs/shtest-shell/diff-r-error-7.txt | 2 + .../tests/Inputs/shtest-shell/diff-r-error-8.txt | 2 + utils/lit/tests/max-failures.py | 2 +- utils/lit/tests/shtest-shell.py | 115 ++++++++++++++++++++- 8 files changed, 157 insertions(+), 5 deletions(-) create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-7.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-8.txt