[PATCH] D95246: [test] Use host platform specific error message substitution in lit tests

Denys Petrov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 07:23:39 PST 2021


ASDenysPetrov added a comment.

@abhina.sreeskantharajan wrote:

> @ASDenysPetrov are you running python inside MSYS bash? that is installed by

No, I installed Python as usual via Windows msi got from official site.

Here is what I've got from Python:

>>> sys.platform

'win32'

>>> platform.system()

'Windows'

>>> sysconfig.get_platform()

'win32'

>>> 




Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95246



More information about the llvm-commits mailing list