[libcxx-commits] [PATCH] D68275: [libcxx] [test] Query the target platform, not the host one

Sergej Jaskiewicz via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 1 14:28:43 PDT 2019


broadwaylamb added a comment.

In D68275#1690421 <https://reviews.llvm.org/D68275#1690421>, @bcraig wrote:

> 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.


I'm already using it. The problem is that my host system is Windows, and my target system is Linux, which is not the most well-trodden path here as far as I can see.


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