Use subprocess.Popen instead of popen2 to stop a deprecation warning when running...
authorJordy Rose <jediknil@belkadan.com>
Sat, 2 Jul 2011 17:28:55 +0000 (17:28 +0000)
committerJordy Rose <jediknil@belkadan.com>
Sat, 2 Jul 2011 17:28:55 +0000 (17:28 +0000)
commit2f494b6afc921369c4878ec54646b077e4a3e81e
tree846bf7ee9c25df87768fa12a316f0a364a8e354b
parentd6b98e8bd8c0f4eb5f06fa3e57a12784b836b1ba
Use subprocess.Popen instead of popen2 to stop a deprecation warning when running lit on OS X

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