This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Added remote test execution support into CrossWinToARMLinux CMake cache file.
ClosedPublic

Authored by vvereschaka on Dec 17 2019, 1:07 PM.

Details

Summary

Added two configuration arguments 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.

Diff Detail

Event Timeline

vvereschaka created this revision.Dec 17 2019, 1:07 PM

LGTM

clang/cmake/caches/CrossWinToARMLinux.cmake
88–91

These options haven't yet made it into the upstream, maybe it's better remove them for now and add them later when they're stabilized.

vvereschaka marked 2 inline comments as done.Dec 17 2019, 3:39 PM

I have updated the diff without using those options.

vvereschaka edited the summary of this revision. (Show Details)

Renamed configuration arguments to REMOTE_TEST_HOST and REMOTE_TEST_USER

andreil99 accepted this revision.Dec 20 2019, 7:09 PM

Thanks, Vlad!

This revision is now accepted and ready to land.Dec 20 2019, 7:09 PM
This revision was automatically updated to reflect the committed changes.