This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b03999f4534 Unbreak llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast b [...] new 949e16fa390 [lit] Move argument parsing/validation to separate file new be821d9f2df Fix test to avoid check-not matching the temp file absolute path
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: .../X86/elf-disassemble-symbol-labels-exec.test | 3 + utils/lit/lit/cl_arguments.py | 218 +++++++++++++++++++++ utils/lit/lit/main.py | 169 +--------------- 3 files changed, 231 insertions(+), 159 deletions(-) create mode 100644 utils/lit/lit/cl_arguments.py