This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Introduce LinuxRemoteTI for remote testing
ClosedPublic

Authored by broadwaylamb on Jan 16 2020, 7:35 AM.

Details

Summary

This patch adds a new target info object called LinuxRemoteTI.
Unlike LinuxLocalTI, which asks the host system about various things
like available locales, distribution name etc. which don't make sense
if we're testing on a remote board, LinuxRemoteTI uses SSHExecutor
to get information from the target system.