xref: /llvm-project/llvm/test/tools/opt-viewer/lit.local.cfg (revision f84bac329ba6c9f0c022bcf77237e912362e247a)
1import sys
2
3if "have_opt_viewer_modules" not in config.available_features:
4    config.unsupported = True
5
6# Windows has different multiprocessing behavior than non-Windows, which causes
7# all of the tests to fail presently under Windows.  Disable this until those
8# can be resolved.
9if sys.platform == "win32":
10    config.unsupported = True
11