On Windows hosts, Python scripts in test/Scripts did not accept binary files from...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 5 Mar 2011 09:46:36 +0000 (09:46 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 5 Mar 2011 09:46:36 +0000 (09:46 +0000)
commit2f017cb7f3fbbde93f69a47172eeb7244ca269ec
tree0ddbd9557edd1e53a7c8c4129bfe3df5bb42028d
parent5e84e3ccaa555bd48ecca384e93e55abd76fb40a
On Windows hosts, Python scripts in test/Scripts did not accept binary files from stdin. The environment variable "PYTHONUNBUFFERED" makes stdin as binary. Thanks to Danil Malyshev!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127072 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/TestingConfig.py