[llvm-commits] [PATCH] [Lit] Use multiprocessing instead of threading
Benjamin Kramer
benny.kra at gmail.com
Wed Nov 28 11:15:46 PST 2012
This looks great. We can filter OpenBSD and fall back to threading if it really turns out to be problematic. I'm relatively sure that `multiprocessing` works fine on recent FreeBSD and NetBSD.
You can also remove the TODO item from `utils/lit/TODO` now.
When this is committed we should reconsider removing the bash kludge from `lit`, see http://llvm.org/bugs/show_bug.cgi?id=5240.
http://llvm-reviews.chandlerc.com/D134
More information about the llvm-commits
mailing list