[CMake] Added remote test execution support into CrossWinToARMLinux CMake cache file.
authorVladimir Vereschaka <vvereschaka@accesssoftek.com>
Tue, 17 Dec 2019 20:44:26 +0000 (12:44 -0800)
committerVladimir Vereschaka <vvereschaka@accesssoftek.com>
Mon, 30 Dec 2019 04:36:19 +0000 (20:36 -0800)
commiteadc97b0ec87801ddcf35f03d1d005f9929a5254
treeb14666e3eb9099990b82c32247cad92376ec32ce
parent874a8004f93538a0c9b335a7e1e34d80b57ebccd
[CMake] Added remote test execution support into CrossWinToARMLinux CMake cache file.

Added two confguration argument to provide a host name and SSH user name
to run the tests on the remote target host.

* REMOTE_TEST_HOST  - remote host name or address.
* REMOTE_TEST_USER  - passwordless SSH account name.

Differential Revision: https://reviews.llvm.org/D71625
clang/cmake/caches/CrossWinToARMLinux.cmake