[libcxx-dev] Running cross-compiled tests on a remote machine

Curtis Bezault via libcxx-dev libcxx-dev at lists.llvm.org
Mon Dec 16 10:09:29 PST 2019


Thanks, that’s what I was looking for. It looks like adding a new remote executor isn’t especially hard either.

From: dexonsmith at apple.com <dexonsmith at apple.com>
Sent: Friday, December 13, 2019 5:34 PM
To: Curtis Bezault <Curtis.Bezault at microsoft.com>
Cc: Libc++ Dev <libcxx-dev at lists.llvm.org>
Subject: [EXTERNAL] Re: [libcxx-dev] Running cross-compiled tests on a remote machine

You should be able to configure cmake with -DLIBCXX_EXECUTOR="SSHExecutor(...)" to get tests to execute on a remote node.  This option was added in 49ff203ec4008517cdb76a3962c1d20183aad3a7.


On 2019 Dec  13, at 17:21, Curtis Bezault via libcxx-dev <libcxx-dev at lists.llvm.org<mailto:libcxx-dev at lists.llvm.org>> wrote:

Hello,

I was wondering if anyone had any experience cross-compiling the libcxx tests on one machine and executing them on another.
I’m looking for any advice for best practices in doing so or an example setup.

On a possibly related note, I don’t notice a target for building the libcxx tests without executing them. Did I miss it?

Thanks,
Curtis
_______________________________________________
libcxx-dev mailing list
libcxx-dev at lists.llvm.org<mailto:libcxx-dev at lists.llvm.org>
https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-dev<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.llvm.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Flibcxx-dev&data=02%7C01%7CCurtis.Bezault%40microsoft.com%7C84823108b19347b41ead08d78035b785%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637118840773814034&sdata=mi%2FP4jNHLXEl8VVtk%2FFNxUaCjnsvP%2FGT6gRukJWh9i0%3D&reserved=0>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-dev/attachments/20191216/c0c23aad/attachment.html>


More information about the libcxx-dev mailing list