Attempt to fix the FreeBSD build, disable multiprocessing
authorAlp Toker <alp@nuanti.com>
Sat, 26 Oct 2013 02:43:08 +0000 (02:43 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 26 Oct 2013 02:43:08 +0000 (02:43 +0000)
commit59b8e0419ce873f62df0cc1fd14d193d7b63f8a5
tree727d2f790d0b6ac73cc0df34e8f52da7be17c01b
parent4d4bbaf997c16f9e79503bd640306d784efd090e
Attempt to fix the FreeBSD build, disable multiprocessing

Speculative quick fix based on clang-X86_64-freebsd output:

  File "/usr/local/lib/python2.6/multiprocessing/synchronize.py", line 33, in <module>
    " function, see issue 3770.")
ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193457 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/main.py