mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Clarify the comment about BSD versions in r193465
llvm-svn: 193508
This commit is contained in:
parent
1ca84693a3
commit
faa5d33982
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user