[all-commits] [llvm/llvm-project] eadc97: [CMake] Added remote test execution support into C...
Vladimir Vereschaka via All-commits
all-commits at lists.llvm.org
Sun Dec 29 20:40:11 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: eadc97b0ec87801ddcf35f03d1d005f9929a5254
https://github.com/llvm/llvm-project/commit/eadc97b0ec87801ddcf35f03d1d005f9929a5254
Author: Vladimir Vereschaka <vvereschaka at accesssoftek.com>
Date: 2019-12-29 (Sun, 29 Dec 2019)
Changed paths:
M clang/cmake/caches/CrossWinToARMLinux.cmake
Log Message:
-----------
[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
More information about the All-commits
mailing list