[PATCH] D89349: Added utility to launch tests on a target remotely.

Alex Orlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 16:32:10 PDT 2020


aorlov created this revision.
aorlov added reviewers: broadwaylamb, ldionne, arichardson, vvereschaka.
aorlov added a project: libc++.
Herald added subscribers: llvm-commits, dexonsmith.
Herald added a project: LLVM.
aorlov requested review of this revision.

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.

This follows the discussion in https://reviews.llvm.org/D83429, and the code is based on libcxx/utils/ssh.py.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89349

Files:
  llvm/utils/remote-exec.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89349.297993.patch
Type: text/x-patch
Size: 5884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201013/bfcd570e/attachment.bin>


More information about the llvm-commits mailing list