This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 03a0661f606 [Hexagon] Add more lit tests new 01931073eb2 Delete pdbutil diff mode. new d15fdc63fa8 [lit] Implement 'cat' command for internal shell
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: tools/llvm-pdbutil/CMakeLists.txt | 2 - tools/llvm-pdbutil/Diff.cpp | 644 --------------------- tools/llvm-pdbutil/Diff.h | 45 -- tools/llvm-pdbutil/DiffPrinter.cpp | 147 ----- tools/llvm-pdbutil/DiffPrinter.h | 172 ------ tools/llvm-pdbutil/llvm-pdbutil.cpp | 73 --- tools/llvm-pdbutil/llvm-pdbutil.h | 7 - utils/lit/lit/TestRunner.py | 27 +- utils/lit/lit/builtin_commands/cat.py | 59 ++ .../lit/tests/Inputs/shtest-shell/cat-error-0.txt | 3 + .../lit/tests/Inputs/shtest-shell/cat-error-1.txt | 3 + .../tests/Inputs/shtest-shell/cat_nonprinting.bin | Bin 0 -> 269 bytes .../lit/tests/Inputs/shtest-shell/valid-shell.txt | 84 +++ utils/lit/tests/max-failures.py | 2 +- utils/lit/tests/shtest-shell.py | 17 +- 15 files changed, 183 insertions(+), 1102 deletions(-) delete mode 100644 tools/llvm-pdbutil/Diff.cpp delete mode 100644 tools/llvm-pdbutil/Diff.h delete mode 100644 tools/llvm-pdbutil/DiffPrinter.cpp delete mode 100644 tools/llvm-pdbutil/DiffPrinter.h create mode 100644 utils/lit/lit/builtin_commands/cat.py create mode 100644 utils/lit/tests/Inputs/shtest-shell/cat-error-0.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/cat-error-1.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/cat_nonprinting.bin