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

Alex Orlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 09:23:37 PDT 2020


aorlov added a comment.

Since we use this utility in multiple projects now, it is better to have it outside the libc++ project, so we would not introduce unneeded inter-project dependencies just because of shared tools.

It might make sense to change the libc++ tests to use this utility, to remove the redundancy. I’ll be glad to propose a patch for that if you would like me to. Please let me know.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89349/new/

https://reviews.llvm.org/D89349



More information about the llvm-commits mailing list