diff options
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/ARM/lit.local.cfg')
| -rw-r--r-- | llvm/test/Transforms/SimplifyCFG/ARM/lit.local.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/ARM/lit.local.cfg b/llvm/test/Transforms/SimplifyCFG/ARM/lit.local.cfg new file mode 100644 index 00000000000..5a3b8565213 --- /dev/null +++ b/llvm/test/Transforms/SimplifyCFG/ARM/lit.local.cfg @@ -0,0 +1,5 @@ +config.suffixes = ['.ll'] + +targets = set(config.root.targets_to_build.split()) +if not 'ARM' in targets: + config.unsupported = True |

