This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 644e014e9cc [llvm-exegesis] Fix broken test. new 7167e4d196a [llvm-exegesis] Add lit tests (v2).
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: test/CMakeLists.txt | 1 + test/lit.cfg.py | 21 ++++++++-------- .../llvm-exegesis/X86/latency-by-opcode-name.s | 6 +++++ test/tools/llvm-exegesis/X86/lit.local.cfg | 29 ++++++++++++++++++++++ test/tools/llvm-exegesis/X86/uops-by-opcode-name.s | 6 +++++ .../Generic => tools/llvm-exegesis}/lit.local.cfg | 1 - tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 6 ++--- 7 files changed, 55 insertions(+), 15 deletions(-) create mode 100644 test/tools/llvm-exegesis/X86/latency-by-opcode-name.s create mode 100644 test/tools/llvm-exegesis/X86/lit.local.cfg create mode 100644 test/tools/llvm-exegesis/X86/uops-by-opcode-name.s copy test/{CodeGen/MIR/Generic => tools/llvm-exegesis}/lit.local.cfg (98%)