[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 Nov 5 11:34:21 PST 2019


broadwaylamb updated this revision to Diff 227936.
broadwaylamb added a comment.

Don't use the `pathlib` module as it is Python 3 only. Use the `posixpath` and `ntpath` modules instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68275

Files:
  libcxx/utils/libcxx/test/config.py
  libcxx/utils/libcxx/test/executor.py
  libcxx/utils/libcxx/test/target_info.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68275.227936.patch
Type: text/x-patch
Size: 12109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191105/e011ed1d/attachment-0001.bin>


More information about the libcxx-commits mailing list