mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Clarify the comment about BSD versions in r193465
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193508 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
703c75c8ae
commit
bbe8f3b0e1
@ -217,7 +217,8 @@ class Run(object):
|
|||||||
canceled_flag = multiprocessing.Value('i', 0)
|
canceled_flag = multiprocessing.Value('i', 0)
|
||||||
consumer = MultiprocessResultsConsumer(self, display, jobs)
|
consumer = MultiprocessResultsConsumer(self, display, jobs)
|
||||||
except ImportError:
|
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')
|
self.lit_config.note('failed to initialize multiprocessing')
|
||||||
consumer = None
|
consumer = None
|
||||||
if not consumer:
|
if not consumer:
|
||||||
|
Loading…
Reference in New Issue
Block a user