This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c0521e5fc0d [clangd] Use our own relation kind. new 99bc241cb44 Revert r375116: "[lit] Extend internal diff to support `-` [...] new 21e7ff5277e Revert r375114: "[lit] Make internal diff work in pipelines"
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: utils/lit/lit/TestRunner.py | 231 ++++++++++++++++++- utils/lit/lit/builtin_commands/diff.py | 244 --------------------- .../tests/Inputs/shtest-shell/diff-encodings.txt | 6 - .../lit/tests/Inputs/shtest-shell/diff-error-0.txt | 3 + utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt | 25 --- .../tests/Inputs/shtest-shell/diff-r-error-7.txt | 2 - .../tests/Inputs/shtest-shell/diff-r-error-8.txt | 2 - .../Inputs/shtest-shell/diff-unified-error-0.txt | 3 + .../Inputs/shtest-shell/diff-unified-error-1.txt | 3 + .../lit/tests/Inputs/shtest-shell/diff-unified.txt | 4 - utils/lit/tests/shtest-shell.py | 189 +++------------- 11 files changed, 269 insertions(+), 443 deletions(-) delete mode 100644 utils/lit/lit/builtin_commands/diff.py create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-error-0.txt delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-7.txt delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-8.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-unified-error-0.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-unified-error-1.txt