summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/ARM/lit.local.cfg
blob: 5a3b8565213de95cd8782a4daaea9661ddb54a7e (plain)
1
2
3
4
5
config.suffixes = ['.ll']

targets = set(config.root.targets_to_build.split())
if not 'ARM' in targets:
    config.unsupported = True
OpenPOWER on IntegriCloud