[PATCH] D139444: [ZOS] Convert tests to check 'target={{.*}}-zos'

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 00:36:18 PST 2022


uweigand added a comment.

In D139444#3982205 <https://reviews.llvm.org/D139444#3982205>, @probinson wrote:

> If you can tell me the `platform.system()` value to look for to detect z/OS, I can do that.

I don't know - this value is defined by the Python implementation on z/OS.  On most platforms, this matches the value returned by "uname -s", but I don't know what this is on z/OS either.


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

https://reviews.llvm.org/D139444



More information about the llvm-commits mailing list