bolt/deps/llvm-18.1.8/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg

10 lines
285 B
INI
Raw Normal View History

2025-02-14 19:21:04 +01:00
config.suffixes = [".ll", ".py"]
# These tests take on the order of seconds to run, so skip them unless
# we're running long tests.
if "long_tests" not in config.available_features:
config.unsupported = True
if not "SystemZ" in config.root.targets:
config.unsupported = True