Revert "[HLSL] Add `Increment`/`DecrementCounter` methods to structured buffers ...
[llvm-project.git] / llvm / test / CodeGen / SystemZ / Large / lit.local.cfg
blob88a2a3d80b3d1a51a1ee80658b25ffbed73d0d6c
1 config.suffixes = [".ll", ".py"]
3 # These tests take on the order of seconds to run, so skip them unless
4 # we're running long tests.
5 if "long_tests" not in config.available_features:
6     config.unsupported = True
8 if not "SystemZ" in config.root.targets:
9     config.unsupported = True