summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
-rw-r--r--llvm/test/Transforms/LoopVectorize/AArch64/lit.local.cfg2
-rw-r--r--llvm/test/Transforms/LoopVectorize/ARM64/lit.local.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/AArch64/lit.local.cfg b/llvm/test/Transforms/LoopVectorize/AArch64/lit.local.cfg
index c5ce2411ed4..a24a72819c3 100644
--- a/llvm/test/Transforms/LoopVectorize/AArch64/lit.local.cfg
+++ b/llvm/test/Transforms/LoopVectorize/AArch64/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 'AArch64' in targets:
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:
OpenPOWER on IntegriCloud