[libcxx-commits] [PATCH] D68275: [libcxx] [test] Query the target platform, not the host one
Ben Craig via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 1 14:23:56 PDT 2019
bcraig added a comment.
In D68275#1690334 <https://reviews.llvm.org/D68275#1690334>, @broadwaylamb wrote:
> I think it would be a huge help, because running libc++ tests on a remote target is exactly what I'm trying to accomplish.
Be sure to investigate LIBCXX_EXECUTOR then. I've used that to run tests on a local QEMU-like emulator before. It seems like it would be useful for doing remote execution as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68275/new/
https://reviews.llvm.org/D68275
More information about the libcxx-commits
mailing list