This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b01acdaefa2 [XRay][tools] Function call stack based analysis tooling fo [...] new 0fb53549e71 llvm-isel-fuzzer: Add some basic tests
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/lit.cfg | 1 + test/tools/llvm-isel-fuzzer/aarch64-empty-bc.ll | 6 ++++++ test/tools/llvm-isel-fuzzer/aarch64-empty.ll | 6 ++++++ test/tools/llvm-isel-fuzzer/missing-triple.ll | 4 ++++ test/tools/llvm-isel-fuzzer/x86-empty-bc.ll | 6 ++++++ test/tools/llvm-isel-fuzzer/x86-empty.ll | 6 ++++++ 6 files changed, 29 insertions(+) create mode 100644 test/tools/llvm-isel-fuzzer/aarch64-empty-bc.ll create mode 100644 test/tools/llvm-isel-fuzzer/aarch64-empty.ll create mode 100644 test/tools/llvm-isel-fuzzer/missing-triple.ll create mode 100644 test/tools/llvm-isel-fuzzer/x86-empty-bc.ll create mode 100644 test/tools/llvm-isel-fuzzer/x86-empty.ll