[llvm-commits] [patch] Fix deprecation warning in lit on OS X

Jordy Rose jediknil at belkadan.com
Wed Jun 29 11:57:12 PDT 2011


I usually hang out on the Clang side of things, but I've noticed that the lit tests have a deprecation warning about 'popen2' that comes up on OS X. The attached patch replaces the use of 'popen2' with 'subprocess.Popen'.

Jordy

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Util.py.patch
Type: application/octet-stream
Size: 692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110629/ade7a518/attachment.obj>


More information about the llvm-commits mailing list