[libcxx-commits] [PATCH] D102045: [libc++] Provide 'buildhost-<platform> feature for the tests.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 5 12:40:09 PDT 2021


ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.

Now that D104747 <https://reviews.llvm.org/D104747> has landed, we can look at this again.

I suggest we add a feature named `host=<name-of-the-host>`. Would it make sense for that to be a full triple instead of just the result of `sys.platform`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102045/new/

https://reviews.llvm.org/D102045



More information about the libcxx-commits mailing list