diff options
| -rw-r--r-- | llvm/test/Analysis/Delinearization/lit.local.cfg | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/ARM64/lit.local.cfg | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/X86/lit.local.cfg | 2 | ||||
| -rw-r--r-- | llvm/test/MC/ARM64/lit.local.cfg | 2 | ||||
| -rw-r--r-- | llvm/test/Transforms/LoopVectorize/AArch64/lit.local.cfg | 2 | ||||
| -rw-r--r-- | llvm/test/Transforms/LoopVectorize/ARM64/lit.local.cfg | 2 | ||||
| -rw-r--r-- | llvm/test/tools/llvm-cov/lit.local.cfg | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/llvm/test/Analysis/Delinearization/lit.local.cfg b/llvm/test/Analysis/Delinearization/lit.local.cfg index 19eebc0ac7a..c6106e4746f 100644 --- a/llvm/test/Analysis/Delinearization/lit.local.cfg +++ b/llvm/test/Analysis/Delinearization/lit.local.cfg @@ -1 +1 @@ -config.suffixes = ['.ll', '.c', '.cpp'] +config.suffixes = ['.ll'] diff --git a/llvm/test/CodeGen/ARM64/lit.local.cfg b/llvm/test/CodeGen/ARM64/lit.local.cfg index 48af100698b..3468e27f07f 100644 --- a/llvm/test/CodeGen/ARM64/lit.local.cfg +++ b/llvm/test/CodeGen/ARM64/lit.local.cfg @@ -1,6 +1,6 @@ import re -config.suffixes = ['.ll', '.c', '.cpp'] +config.suffixes = ['.ll'] targets = set(config.root.targets_to_build.split()) if not 'ARM64' in targets: diff --git a/llvm/test/CodeGen/X86/lit.local.cfg b/llvm/test/CodeGen/X86/lit.local.cfg index 1637fa46536..3d91b03d609 100644 --- a/llvm/test/CodeGen/X86/lit.local.cfg +++ b/llvm/test/CodeGen/X86/lit.local.cfg @@ -4,7 +4,7 @@ # # It should be possible to remove this override once all the bots have cycled # cleanly. -config.suffixes = ['.ll', '.c', '.cpp', '.test', '.txt'] +config.suffixes = ['.ll', '.test', '.txt'] targets = set(config.root.targets_to_build.split()) if not 'X86' in targets: diff --git a/llvm/test/MC/ARM64/lit.local.cfg b/llvm/test/MC/ARM64/lit.local.cfg index 49447af3692..4d6d8826b53 100644 --- a/llvm/test/MC/ARM64/lit.local.cfg +++ b/llvm/test/MC/ARM64/lit.local.cfg @@ -1,4 +1,4 @@ -config.suffixes = ['.ll', '.c', '.cpp', '.s'] +config.suffixes = ['.ll', '.s'] targets = set(config.root.targets_to_build.split()) if not 'ARM64' in targets: 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: diff --git a/llvm/test/tools/llvm-cov/lit.local.cfg b/llvm/test/tools/llvm-cov/lit.local.cfg index dc1f6653796..56c6f1f5fac 100644 --- a/llvm/test/tools/llvm-cov/lit.local.cfg +++ b/llvm/test/tools/llvm-cov/lit.local.cfg @@ -1 +1 @@ -config.suffixes = ['.test', '.m', '.c', '.cpp'] +config.suffixes = ['.test', '.m', '.cpp'] |

