This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 25aa673 [lit] Factor out a helper for shell command results. new bf67aef [lit] Improve readability of failing scripts. new a83a726 [yaml2obj] Sort MachO LinkEdit write operations based on offset
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: test/ObjectYAML/MachO/out_of_order_linkedit.yaml | 266 +++++++++++++++++++++ tools/yaml2obj/yaml2macho.cpp | 92 +++++-- utils/lit/lit/TestRunner.py | 39 ++- .../tests/Inputs/shtest-output-printing/basic.txt | 3 + .../tests/Inputs/shtest-output-printing/lit.cfg | 4 + utils/lit/tests/shtest-format.py | 5 +- utils/lit/tests/shtest-output-printing.py | 26 ++ utils/lit/tests/shtest-shell.py | 6 +- 8 files changed, 401 insertions(+), 40 deletions(-) create mode 100644 test/ObjectYAML/MachO/out_of_order_linkedit.yaml create mode 100644 utils/lit/tests/Inputs/shtest-output-printing/basic.txt create mode 100644 utils/lit/tests/Inputs/shtest-output-printing/lit.cfg create mode 100644 utils/lit/tests/shtest-output-printing.py