Clarify the comment about BSD versions in r193465
[oota-llvm.git] / utils / lit / lit / run.py
index 97f8c6fe010ed1fedbe10d187adbf2e463fa6eff..e3d9344d694b26cbdcc21bc4f2f95d11e204c46d 100644 (file)
@@ -217,7 +217,8 @@ class Run(object):
                 canceled_flag =  multiprocessing.Value('i', 0)
                 consumer = MultiprocessResultsConsumer(self, display, jobs)
             except ImportError:
-                # Workaround for BSD: http://bugs.python.org/issue3770
+                # multiprocessing fails to initialize with certain OpenBSD and
+                # FreeBSD Python versions: http://bugs.python.org/issue3770
                 self.lit_config.note('failed to initialize multiprocessing')
                 consumer = None
         if not consumer: