mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-07 13:09:52 +00:00
Try to fix the openbsd bot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193413 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6e1c511aba
commit
b94be5f21e
@ -111,7 +111,7 @@ def write_test_results(run, lit_config, testing_time, output_path):
|
||||
def main(builtinParameters = {}):
|
||||
# Use processes by default on Unix platforms.
|
||||
isWindows = platform.system() == 'Windows'
|
||||
useProcessesIsDefault = not isWindows
|
||||
useProcessesIsDefault = (not isWindows) and platform.system() != 'OpenBSD'
|
||||
|
||||
global options
|
||||
from optparse import OptionParser, OptionGroup
|
||||
|
Loading…
x
Reference in New Issue
Block a user