Added utility to launch tests on a target remotely.
authorAlex Orlov <aorlov@accesssoftek.com>
Fri, 23 Oct 2020 16:49:00 +0000 (20:49 +0400)
committerAlex Orlov <aorlov@accesssoftek.com>
Fri, 23 Oct 2020 16:52:30 +0000 (20:52 +0400)
commitdc98923a8c09ca66f5f71c5a5f416dc1f91e2ab8
tree2319be12538d63625f919317e013bf76c6485f0f
parent996a8b42aa2d956c1f8fc1b001bcee543e2ef697
Added utility to launch tests on a target remotely.

Runs an executable on a remote host.
This is meant to be used as an executor when running the LLVM and the Libraries tests on a target.

Reviewed By: vvereschaka

Differential Revision: https://reviews.llvm.org/D89349
llvm/utils/remote-exec.py [new file with mode: 0644]