1if 'system-darwin' not in config.available_features:
2  config.unsupported = True
3
4if 'lldb-repro' in config.available_features:
5  config.unsupported = True
6