[llvm-commits] [PATCH] [Lit] Use multiprocessing instead of threading

Gregory Szorc gregory.szorc at gmail.com
Fri Nov 23 10:08:16 PST 2012


  multiprocessing has issues with BSDs. I haven't tried this patch explicitly, but I believe it will not run on BSDs because it makes use of Queue.

  I recently wrote up a summary of the issues at https://bugzilla.mozilla.org/show_bug.cgi?id=808280#c8

http://llvm-reviews.chandlerc.com/D134



More information about the llvm-commits mailing list