mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
5e632d7ff2
Differential Revision: https://reviews.llvm.org/D41784 llvm-svn: 321905
11 lines
341 B
INI
11 lines
341 B
INI
import sys
|
|
|
|
if 'have_opt_viewer_modules' not in config.available_features:
|
|
config.unsupported = True
|
|
|
|
# Windows has different multiprocessing behavior than non-Windows, which causes
|
|
# all of the tests to fail presently under Windows. Disable this until those
|
|
# can be resolved.
|
|
if sys.platform == 'win32':
|
|
config.unsupported = True
|