This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from af30292211c [X86] Remove some extra code that snuck into r313450. new d0c8c6186c1 [lit] Fix some Python 3 compatibility issues. new 4af1a22e525 Resubmit "Add a shared llvm.lit module that all test suites [...]
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: cmake/modules/AddLLVM.cmake | 4 + test/lit.cfg | 173 ++++------------------------------------- test/lit.site.cfg.in | 2 + utils/lit/lit/TestRunner.py | 19 +++-- utils/lit/lit/llvm/__init__.py | 9 +++ utils/lit/lit/llvm/config.py | 117 ++++++++++++++++++++++++++++ utils/lit/lit/util.py | 23 ++++++ 7 files changed, 183 insertions(+), 164 deletions(-) create mode 100644 utils/lit/lit/llvm/__init__.py create mode 100644 utils/lit/lit/llvm/config.py