summaryrefslogtreecommitdiff
path: root/llvm/test/tools/opt-viewer/lit.local.cfg
blob: d181a93eb846485b00a47ba62cd05fe76f659aab (plain)
1
2
3
4
5
6
7
8
9
10
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