This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 279eb7c8100 win: Move Parallel.h off concrt to cross-platform code new 0673ee62124 Revert r374392: "[lit] Extend internal diff to support -U" new 2e696b9fa3c Revert r374390: "[lit] Extend internal diff to support `-` [...] new 640420325f4 Revert r374389: "[lit] Clean up internal diff's encoding handling" new 4c877cecdc0 [PowerPC][docs] Update IBM official docs in Compiler Writer [...] new 2e5e103c861 Revert r374388: "[lit] Make internal diff work in pipelines"
The 5 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/CompilerWriterInfo.rst | 19 +- utils/lit/lit/TestRunner.py | 224 +++++++++++++++- utils/lit/lit/builtin_commands/diff.py | 241 ----------------- .../tests/Inputs/shtest-shell/diff-encodings.txt | 15 -- .../lit/tests/Inputs/shtest-shell/diff-error-0.txt | 3 + utils/lit/tests/Inputs/shtest-shell/diff-in.bin | Bin 26 -> 0 bytes utils/lit/tests/Inputs/shtest-shell/diff-in.utf16 | Bin 24 -> 0 bytes utils/lit/tests/Inputs/shtest-shell/diff-in.utf8 | 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 - .../lit/tests/Inputs/shtest-shell/diff-unified.txt | 38 --- utils/lit/tests/max-failures.py | 2 +- utils/lit/tests/shtest-shell.py | 286 +-------------------- 14 files changed, 255 insertions(+), 605 deletions(-) delete mode 100644 utils/lit/lit/builtin_commands/diff.py delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-error-0.txt delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.bin delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.utf16 delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.utf8 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 delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-unified.txt