mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 08:26:29 +00:00
Fix a referenced before assignment in r193463
Some versions of Python on the builders seem strict about this. llvm-svn: 193464
This commit is contained in:
parent
d9e1b3620b
commit
ea94466ed9
@ -209,6 +209,7 @@ class Run(object):
|
||||
"""
|
||||
|
||||
# Choose the appropriate parallel execution implementation.
|
||||
consumer = None
|
||||
if jobs != 1 and use_processes and multiprocessing:
|
||||
try:
|
||||
task_impl = multiprocessing.Process
|
||||
|
Loading…
Reference in New Issue
Block a user