diff options
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/ARM64/lit.local.cfg')
| -rw-r--r-- | llvm/test/Transforms/LoopVectorize/ARM64/lit.local.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/ARM64/lit.local.cfg b/llvm/test/Transforms/LoopVectorize/ARM64/lit.local.cfg index de86e548526..f1d1f88cf39 100644 --- a/llvm/test/Transforms/LoopVectorize/ARM64/lit.local.cfg +++ b/llvm/test/Transforms/LoopVectorize/ARM64/lit.local.cfg @@ -1,4 +1,4 @@ -config.suffixes = ['.ll', '.c', '.cpp'] +config.suffixes = ['.ll'] targets = set(config.root.targets_to_build.split()) if not 'ARM64' in targets: |

