lit: multiprocessing platform fix attempt
authorAlp Toker <alp@nuanti.com>
Mon, 28 Oct 2013 10:26:13 +0000 (10:26 +0000)
committerAlp Toker <alp@nuanti.com>
Mon, 28 Oct 2013 10:26:13 +0000 (10:26 +0000)
commit188545867dbcd0a6870b19c6b06d49610e7cda93
tree3b252cd69a83b930d72fac4ba3e6cf562a65eaef
parent19ea37059aaea8104ea6017abc9f1bbed610b7f2
lit: multiprocessing platform fix attempt

The error raised by Python varies by platform(!), so let's just catch any
exception and fall back.

Thanks to Sylvestre Ledru for noticing this on a Debian / Python 2.7 system
running code coverage.

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