Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / opt-viewer / lit.local.cfg
blobd181a93eb846485b00a47ba62cd05fe76f659aab
1 import sys
3 if "have_opt_viewer_modules" not in config.available_features:
4     config.unsupported = True
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.
9 if sys.platform == "win32":
10     config.unsupported = True