1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/tools/opt-viewer/lit.local.cfg
2018-01-05 22:05:13 +00:00

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