This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd9df6f533d [docs][llvm-objcopy] Add description of binary input/output to doc new 31d19a7f8b1 [lit] Parse command-line options from LIT_OPTS
The 1 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/CommandGuide/lit.rst | 5 ++++ utils/lit/lit/main.py | 4 ++- .../{discovery/subsuite => lit-opts}/lit.cfg | 3 +- utils/lit/tests/Inputs/lit-opts/test.txt | 1 + utils/lit/tests/lit-opts.py | 33 ++++++++++++++++++++++ 5 files changed, 44 insertions(+), 2 deletions(-) copy utils/lit/tests/Inputs/{discovery/subsuite => lit-opts}/lit.cfg (60%) create mode 100644 utils/lit/tests/Inputs/lit-opts/test.txt create mode 100644 utils/lit/tests/lit-opts.py