diff options
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
| -rw-r--r-- | llvm/test/Transforms/LoopVectorize/ARM/lit.local.cfg | 2 | ||||
| -rw-r--r-- | llvm/test/Transforms/LoopVectorize/X86/lit.local.cfg | 2 | ||||
| -rw-r--r-- | llvm/test/Transforms/LoopVectorize/lit.local.cfg | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/ARM/lit.local.cfg b/llvm/test/Transforms/LoopVectorize/ARM/lit.local.cfg index cb77b09ef4a..8a3ba96497e 100644 --- a/llvm/test/Transforms/LoopVectorize/ARM/lit.local.cfg +++ b/llvm/test/Transforms/LoopVectorize/ARM/lit.local.cfg @@ -1,5 +1,3 @@ -config.suffixes = ['.ll', '.c', '.cpp'] - targets = set(config.root.targets_to_build.split()) if not 'ARM' in targets: config.unsupported = True diff --git a/llvm/test/Transforms/LoopVectorize/X86/lit.local.cfg b/llvm/test/Transforms/LoopVectorize/X86/lit.local.cfg index a8ad0f1a28b..ba763cf03ff 100644 --- a/llvm/test/Transforms/LoopVectorize/X86/lit.local.cfg +++ b/llvm/test/Transforms/LoopVectorize/X86/lit.local.cfg @@ -1,5 +1,3 @@ -config.suffixes = ['.ll', '.c', '.cpp'] - targets = set(config.root.targets_to_build.split()) if not 'X86' in targets: config.unsupported = True diff --git a/llvm/test/Transforms/LoopVectorize/lit.local.cfg b/llvm/test/Transforms/LoopVectorize/lit.local.cfg deleted file mode 100644 index 19eebc0ac7a..00000000000 --- a/llvm/test/Transforms/LoopVectorize/lit.local.cfg +++ /dev/null @@ -1 +0,0 @@ -config.suffixes = ['.ll', '.c', '.cpp'] |

