diff --git a/llvm/test/Analysis/CostModel/ARM/lit.local.cfg b/llvm/test/Analysis/CostModel/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/Analysis/CostModel/ARM/lit.local.cfg +++ b/llvm/test/Analysis/CostModel/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Analysis/CostModel/PowerPC/lit.local.cfg b/llvm/test/Analysis/CostModel/PowerPC/lit.local.cfg index 5d33887ff0a4..091332439b18 100644 --- a/llvm/test/Analysis/CostModel/PowerPC/lit.local.cfg +++ b/llvm/test/Analysis/CostModel/PowerPC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'PowerPC' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Analysis/CostModel/RISCV/lit.local.cfg b/llvm/test/Analysis/CostModel/RISCV/lit.local.cfg index d0b081e3e8b8..c63820126f8c 100644 --- a/llvm/test/Analysis/CostModel/RISCV/lit.local.cfg +++ b/llvm/test/Analysis/CostModel/RISCV/lit.local.cfg @@ -1,3 +1,2 @@ if not 'RISCV' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Analysis/CostModel/X86/lit.local.cfg b/llvm/test/Analysis/CostModel/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Analysis/CostModel/X86/lit.local.cfg +++ b/llvm/test/Analysis/CostModel/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/ARC/lit.local.cfg b/llvm/test/CodeGen/ARC/lit.local.cfg index 9070deb0db5f..fc3d380e30c2 100644 --- a/llvm/test/CodeGen/ARC/lit.local.cfg +++ b/llvm/test/CodeGen/ARC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARC' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/ARM/lit.local.cfg b/llvm/test/CodeGen/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/CodeGen/ARM/lit.local.cfg +++ b/llvm/test/CodeGen/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/AVR/lit.local.cfg b/llvm/test/CodeGen/AVR/lit.local.cfg index efbb6c4ba44d..908656a3ee45 100644 --- a/llvm/test/CodeGen/AVR/lit.local.cfg +++ b/llvm/test/CodeGen/AVR/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AVR' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/Generic/lit.local.cfg b/llvm/test/CodeGen/Generic/lit.local.cfg index f22d4aabd730..1eae465c1254 100644 --- a/llvm/test/CodeGen/Generic/lit.local.cfg +++ b/llvm/test/CodeGen/Generic/lit.local.cfg @@ -1,3 +1,2 @@ if not config.target_triple: config.unsupported = True - diff --git a/llvm/test/CodeGen/Hexagon/lit.local.cfg b/llvm/test/CodeGen/Hexagon/lit.local.cfg index ba72ff632d4e..cc6a7edf05f3 100644 --- a/llvm/test/CodeGen/Hexagon/lit.local.cfg +++ b/llvm/test/CodeGen/Hexagon/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Hexagon' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/Lanai/lit.local.cfg b/llvm/test/CodeGen/Lanai/lit.local.cfg index 3f30d055364c..f1b8b4f4e21f 100644 --- a/llvm/test/CodeGen/Lanai/lit.local.cfg +++ b/llvm/test/CodeGen/Lanai/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Lanai' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/MIR/Generic/lit.local.cfg b/llvm/test/CodeGen/MIR/Generic/lit.local.cfg index f3f03bd7047e..b2fc1412af24 100644 --- a/llvm/test/CodeGen/MIR/Generic/lit.local.cfg +++ b/llvm/test/CodeGen/MIR/Generic/lit.local.cfg @@ -1,3 +1,2 @@ if 'native' not in config.available_features: config.unsupported = True - diff --git a/llvm/test/CodeGen/MSP430/lit.local.cfg b/llvm/test/CodeGen/MSP430/lit.local.cfg index b1cf1fbd21d7..4ad9495c56fc 100644 --- a/llvm/test/CodeGen/MSP430/lit.local.cfg +++ b/llvm/test/CodeGen/MSP430/lit.local.cfg @@ -1,3 +1,2 @@ if not 'MSP430' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/Mips/lit.local.cfg b/llvm/test/CodeGen/Mips/lit.local.cfg index a3183a25afaa..7d12f7a9c564 100644 --- a/llvm/test/CodeGen/Mips/lit.local.cfg +++ b/llvm/test/CodeGen/Mips/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Mips' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/PowerPC/lit.local.cfg b/llvm/test/CodeGen/PowerPC/lit.local.cfg index 5d33887ff0a4..091332439b18 100644 --- a/llvm/test/CodeGen/PowerPC/lit.local.cfg +++ b/llvm/test/CodeGen/PowerPC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'PowerPC' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/SPARC/lit.local.cfg b/llvm/test/CodeGen/SPARC/lit.local.cfg index fa6a54e50132..d86c9e6d943a 100644 --- a/llvm/test/CodeGen/SPARC/lit.local.cfg +++ b/llvm/test/CodeGen/SPARC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Sparc' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/SystemZ/lit.local.cfg b/llvm/test/CodeGen/SystemZ/lit.local.cfg index 5c02dd3614a4..2f3cf7d3f043 100644 --- a/llvm/test/CodeGen/SystemZ/lit.local.cfg +++ b/llvm/test/CodeGen/SystemZ/lit.local.cfg @@ -1,3 +1,2 @@ if not 'SystemZ' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/Thumb/lit.local.cfg b/llvm/test/CodeGen/Thumb/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/CodeGen/Thumb/lit.local.cfg +++ b/llvm/test/CodeGen/Thumb/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/Thumb2/lit.local.cfg b/llvm/test/CodeGen/Thumb2/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/CodeGen/Thumb2/lit.local.cfg +++ b/llvm/test/CodeGen/Thumb2/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/WinEH/lit.local.cfg b/llvm/test/CodeGen/WinEH/lit.local.cfg index 67905d7e06e6..f5566ca3b376 100644 --- a/llvm/test/CodeGen/WinEH/lit.local.cfg +++ b/llvm/test/CodeGen/WinEH/lit.local.cfg @@ -9,4 +9,3 @@ config.suffixes = ['.ll', '.test', '.txt'] # FIXME: Add Windows on ARM support to these tests. if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/X86/GC/lit.local.cfg b/llvm/test/CodeGen/X86/GC/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/CodeGen/X86/GC/lit.local.cfg +++ b/llvm/test/CodeGen/X86/GC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/X86/lit.local.cfg b/llvm/test/CodeGen/X86/lit.local.cfg index 4a1dd86abc45..57054f24c202 100644 --- a/llvm/test/CodeGen/X86/lit.local.cfg +++ b/llvm/test/CodeGen/X86/lit.local.cfg @@ -8,4 +8,3 @@ config.suffixes = ['.ll', '.mir', '.test', '.txt'] if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/CodeGen/XCore/lit.local.cfg b/llvm/test/CodeGen/XCore/lit.local.cfg index 0b947bbbb850..bb48713fe33e 100644 --- a/llvm/test/CodeGen/XCore/lit.local.cfg +++ b/llvm/test/CodeGen/XCore/lit.local.cfg @@ -1,3 +1,2 @@ if not 'XCore' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/DebugInfo/AArch64/lit.local.cfg b/llvm/test/DebugInfo/AArch64/lit.local.cfg index cec29af5bbe4..7184443994b6 100644 --- a/llvm/test/DebugInfo/AArch64/lit.local.cfg +++ b/llvm/test/DebugInfo/AArch64/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AArch64' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/DebugInfo/ARM/lit.local.cfg b/llvm/test/DebugInfo/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/DebugInfo/ARM/lit.local.cfg +++ b/llvm/test/DebugInfo/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/DebugInfo/Generic/lit.local.cfg b/llvm/test/DebugInfo/Generic/lit.local.cfg index f22d4aabd730..1eae465c1254 100644 --- a/llvm/test/DebugInfo/Generic/lit.local.cfg +++ b/llvm/test/DebugInfo/Generic/lit.local.cfg @@ -1,3 +1,2 @@ if not config.target_triple: config.unsupported = True - diff --git a/llvm/test/DebugInfo/MIR/AArch64/lit.local.cfg b/llvm/test/DebugInfo/MIR/AArch64/lit.local.cfg index cec29af5bbe4..7184443994b6 100644 --- a/llvm/test/DebugInfo/MIR/AArch64/lit.local.cfg +++ b/llvm/test/DebugInfo/MIR/AArch64/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AArch64' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/DebugInfo/MIR/ARM/lit.local.cfg b/llvm/test/DebugInfo/MIR/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/DebugInfo/MIR/ARM/lit.local.cfg +++ b/llvm/test/DebugInfo/MIR/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/DebugInfo/MIR/Mips/lit.local.cfg b/llvm/test/DebugInfo/MIR/Mips/lit.local.cfg index a3183a25afaa..7d12f7a9c564 100644 --- a/llvm/test/DebugInfo/MIR/Mips/lit.local.cfg +++ b/llvm/test/DebugInfo/MIR/Mips/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Mips' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/DebugInfo/MIR/lit.local.cfg b/llvm/test/DebugInfo/MIR/lit.local.cfg index e69aa5765356..a6c963243226 100644 --- a/llvm/test/DebugInfo/MIR/lit.local.cfg +++ b/llvm/test/DebugInfo/MIR/lit.local.cfg @@ -1,2 +1 @@ config.suffixes = ['.mir'] - diff --git a/llvm/test/DebugInfo/SystemZ/lit.local.cfg b/llvm/test/DebugInfo/SystemZ/lit.local.cfg index 5c02dd3614a4..2f3cf7d3f043 100644 --- a/llvm/test/DebugInfo/SystemZ/lit.local.cfg +++ b/llvm/test/DebugInfo/SystemZ/lit.local.cfg @@ -1,3 +1,2 @@ if not 'SystemZ' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/ExecutionEngine/JITLink/X86/lit.local.cfg b/llvm/test/ExecutionEngine/JITLink/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/ExecutionEngine/JITLink/X86/lit.local.cfg +++ b/llvm/test/ExecutionEngine/JITLink/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/lit.local.cfg b/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/lit.local.cfg index cec29af5bbe4..7184443994b6 100644 --- a/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/lit.local.cfg +++ b/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AArch64' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/ARM/lit.local.cfg b/llvm/test/ExecutionEngine/RuntimeDyld/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/ExecutionEngine/RuntimeDyld/ARM/lit.local.cfg +++ b/llvm/test/ExecutionEngine/RuntimeDyld/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/Mips/lit.local.cfg b/llvm/test/ExecutionEngine/RuntimeDyld/Mips/lit.local.cfg index a3183a25afaa..7d12f7a9c564 100644 --- a/llvm/test/ExecutionEngine/RuntimeDyld/Mips/lit.local.cfg +++ b/llvm/test/ExecutionEngine/RuntimeDyld/Mips/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Mips' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/lit.local.cfg b/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/lit.local.cfg index 5d33887ff0a4..091332439b18 100644 --- a/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/lit.local.cfg +++ b/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'PowerPC' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg b/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg index 5c02dd3614a4..2f3cf7d3f043 100644 --- a/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg +++ b/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg @@ -1,3 +1,2 @@ if not 'SystemZ' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/X86/lit.local.cfg b/llvm/test/ExecutionEngine/RuntimeDyld/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/ExecutionEngine/RuntimeDyld/X86/lit.local.cfg +++ b/llvm/test/ExecutionEngine/RuntimeDyld/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Instrumentation/AddressSanitizer/X86/lit.local.cfg b/llvm/test/Instrumentation/AddressSanitizer/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Instrumentation/AddressSanitizer/X86/lit.local.cfg +++ b/llvm/test/Instrumentation/AddressSanitizer/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Instrumentation/InstrProfiling/X86/lit.local.cfg b/llvm/test/Instrumentation/InstrProfiling/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Instrumentation/InstrProfiling/X86/lit.local.cfg +++ b/llvm/test/Instrumentation/InstrProfiling/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/JitListener/lit.local.cfg b/llvm/test/JitListener/lit.local.cfg index f485229b01c2..50a54ebe7ea8 100644 --- a/llvm/test/JitListener/lit.local.cfg +++ b/llvm/test/JitListener/lit.local.cfg @@ -1,3 +1,2 @@ if not config.root.llvm_use_intel_jitevents: config.unsupported = True - diff --git a/llvm/test/MC/ARM/AlignedBundling/lit.local.cfg b/llvm/test/MC/ARM/AlignedBundling/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/MC/ARM/AlignedBundling/lit.local.cfg +++ b/llvm/test/MC/ARM/AlignedBundling/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/ARM/lit.local.cfg b/llvm/test/MC/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/MC/ARM/lit.local.cfg +++ b/llvm/test/MC/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/AVR/lit.local.cfg b/llvm/test/MC/AVR/lit.local.cfg index efbb6c4ba44d..908656a3ee45 100644 --- a/llvm/test/MC/AVR/lit.local.cfg +++ b/llvm/test/MC/AVR/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AVR' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/AsmParser/lit.local.cfg b/llvm/test/MC/AsmParser/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/MC/AsmParser/lit.local.cfg +++ b/llvm/test/MC/AsmParser/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/BPF/lit.local.cfg b/llvm/test/MC/BPF/lit.local.cfg index a089ab81b72c..a4ab2624af61 100644 --- a/llvm/test/MC/BPF/lit.local.cfg +++ b/llvm/test/MC/BPF/lit.local.cfg @@ -1,3 +1,2 @@ if not 'BPF' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/COFF/ARM/lit.local.cfg b/llvm/test/MC/COFF/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/MC/COFF/ARM/lit.local.cfg +++ b/llvm/test/MC/COFF/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/COFF/lit.local.cfg b/llvm/test/MC/COFF/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/MC/COFF/lit.local.cfg +++ b/llvm/test/MC/COFF/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Disassembler/AArch64/lit.local.cfg b/llvm/test/MC/Disassembler/AArch64/lit.local.cfg index 180bb8a77f11..5822b7226687 100644 --- a/llvm/test/MC/Disassembler/AArch64/lit.local.cfg +++ b/llvm/test/MC/Disassembler/AArch64/lit.local.cfg @@ -1,3 +1,2 @@ if 'AArch64' not in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Disassembler/ARC/lit.local.cfg b/llvm/test/MC/Disassembler/ARC/lit.local.cfg index 9070deb0db5f..fc3d380e30c2 100644 --- a/llvm/test/MC/Disassembler/ARC/lit.local.cfg +++ b/llvm/test/MC/Disassembler/ARC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARC' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Disassembler/ARM/lit.local.cfg b/llvm/test/MC/Disassembler/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/MC/Disassembler/ARM/lit.local.cfg +++ b/llvm/test/MC/Disassembler/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Disassembler/Hexagon/lit.local.cfg b/llvm/test/MC/Disassembler/Hexagon/lit.local.cfg index ba72ff632d4e..cc6a7edf05f3 100644 --- a/llvm/test/MC/Disassembler/Hexagon/lit.local.cfg +++ b/llvm/test/MC/Disassembler/Hexagon/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Hexagon' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Disassembler/Lanai/lit.local.cfg b/llvm/test/MC/Disassembler/Lanai/lit.local.cfg index 3f30d055364c..f1b8b4f4e21f 100644 --- a/llvm/test/MC/Disassembler/Lanai/lit.local.cfg +++ b/llvm/test/MC/Disassembler/Lanai/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Lanai' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Disassembler/MSP430/lit.local.cfg b/llvm/test/MC/Disassembler/MSP430/lit.local.cfg index b1cf1fbd21d7..4ad9495c56fc 100644 --- a/llvm/test/MC/Disassembler/MSP430/lit.local.cfg +++ b/llvm/test/MC/Disassembler/MSP430/lit.local.cfg @@ -1,3 +1,2 @@ if not 'MSP430' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Disassembler/Mips/lit.local.cfg b/llvm/test/MC/Disassembler/Mips/lit.local.cfg index a3183a25afaa..7d12f7a9c564 100644 --- a/llvm/test/MC/Disassembler/Mips/lit.local.cfg +++ b/llvm/test/MC/Disassembler/Mips/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Mips' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Disassembler/PowerPC/lit.local.cfg b/llvm/test/MC/Disassembler/PowerPC/lit.local.cfg index 5d33887ff0a4..091332439b18 100644 --- a/llvm/test/MC/Disassembler/PowerPC/lit.local.cfg +++ b/llvm/test/MC/Disassembler/PowerPC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'PowerPC' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Disassembler/RISCV/lit.local.cfg b/llvm/test/MC/Disassembler/RISCV/lit.local.cfg index d0b081e3e8b8..c63820126f8c 100644 --- a/llvm/test/MC/Disassembler/RISCV/lit.local.cfg +++ b/llvm/test/MC/Disassembler/RISCV/lit.local.cfg @@ -1,3 +1,2 @@ if not 'RISCV' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Disassembler/Sparc/lit.local.cfg b/llvm/test/MC/Disassembler/Sparc/lit.local.cfg index fa6a54e50132..d86c9e6d943a 100644 --- a/llvm/test/MC/Disassembler/Sparc/lit.local.cfg +++ b/llvm/test/MC/Disassembler/Sparc/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Sparc' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Disassembler/SystemZ/lit.local.cfg b/llvm/test/MC/Disassembler/SystemZ/lit.local.cfg index 5c02dd3614a4..2f3cf7d3f043 100644 --- a/llvm/test/MC/Disassembler/SystemZ/lit.local.cfg +++ b/llvm/test/MC/Disassembler/SystemZ/lit.local.cfg @@ -1,3 +1,2 @@ if not 'SystemZ' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Disassembler/WebAssembly/lit.local.cfg b/llvm/test/MC/Disassembler/WebAssembly/lit.local.cfg index 2b7fce1988a2..743473517cd0 100644 --- a/llvm/test/MC/Disassembler/WebAssembly/lit.local.cfg +++ b/llvm/test/MC/Disassembler/WebAssembly/lit.local.cfg @@ -1,3 +1,2 @@ if not 'WebAssembly' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Disassembler/X86/lit.local.cfg b/llvm/test/MC/Disassembler/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/MC/Disassembler/X86/lit.local.cfg +++ b/llvm/test/MC/Disassembler/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/ELF/lit.local.cfg b/llvm/test/MC/ELF/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/MC/ELF/lit.local.cfg +++ b/llvm/test/MC/ELF/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Hexagon/lit.local.cfg b/llvm/test/MC/Hexagon/lit.local.cfg index ba72ff632d4e..cc6a7edf05f3 100644 --- a/llvm/test/MC/Hexagon/lit.local.cfg +++ b/llvm/test/MC/Hexagon/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Hexagon' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Lanai/lit.local.cfg b/llvm/test/MC/Lanai/lit.local.cfg index 3f30d055364c..f1b8b4f4e21f 100644 --- a/llvm/test/MC/Lanai/lit.local.cfg +++ b/llvm/test/MC/Lanai/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Lanai' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/MSP430/lit.local.cfg b/llvm/test/MC/MSP430/lit.local.cfg index b1cf1fbd21d7..4ad9495c56fc 100644 --- a/llvm/test/MC/MSP430/lit.local.cfg +++ b/llvm/test/MC/MSP430/lit.local.cfg @@ -1,3 +1,2 @@ if not 'MSP430' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/MachO/AArch64/lit.local.cfg b/llvm/test/MC/MachO/AArch64/lit.local.cfg index cec29af5bbe4..7184443994b6 100644 --- a/llvm/test/MC/MachO/AArch64/lit.local.cfg +++ b/llvm/test/MC/MachO/AArch64/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AArch64' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/MachO/ARM/lit.local.cfg b/llvm/test/MC/MachO/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/MC/MachO/ARM/lit.local.cfg +++ b/llvm/test/MC/MachO/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/MachO/lit.local.cfg b/llvm/test/MC/MachO/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/MC/MachO/lit.local.cfg +++ b/llvm/test/MC/MachO/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Mips/lit.local.cfg b/llvm/test/MC/Mips/lit.local.cfg index a3183a25afaa..7d12f7a9c564 100644 --- a/llvm/test/MC/Mips/lit.local.cfg +++ b/llvm/test/MC/Mips/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Mips' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/RISCV/lit.local.cfg b/llvm/test/MC/RISCV/lit.local.cfg index d0b081e3e8b8..c63820126f8c 100644 --- a/llvm/test/MC/RISCV/lit.local.cfg +++ b/llvm/test/MC/RISCV/lit.local.cfg @@ -1,3 +1,2 @@ if not 'RISCV' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/Sparc/lit.local.cfg b/llvm/test/MC/Sparc/lit.local.cfg index fa6a54e50132..d86c9e6d943a 100644 --- a/llvm/test/MC/Sparc/lit.local.cfg +++ b/llvm/test/MC/Sparc/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Sparc' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/MC/X86/AlignedBundling/lit.local.cfg b/llvm/test/MC/X86/AlignedBundling/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/MC/X86/AlignedBundling/lit.local.cfg +++ b/llvm/test/MC/X86/AlignedBundling/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Object/X86/lit.local.cfg b/llvm/test/Object/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Object/X86/lit.local.cfg +++ b/llvm/test/Object/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Other/X86/lit.local.cfg b/llvm/test/Other/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Other/X86/lit.local.cfg +++ b/llvm/test/Other/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/ThinLTO/X86/lit.local.cfg b/llvm/test/ThinLTO/X86/lit.local.cfg index b74476158165..afde89be896d 100644 --- a/llvm/test/ThinLTO/X86/lit.local.cfg +++ b/llvm/test/ThinLTO/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/ArgumentPromotion/X86/lit.local.cfg b/llvm/test/Transforms/ArgumentPromotion/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/ArgumentPromotion/X86/lit.local.cfg +++ b/llvm/test/Transforms/ArgumentPromotion/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/AtomicExpand/AArch64/lit.local.cfg b/llvm/test/Transforms/AtomicExpand/AArch64/lit.local.cfg index cec29af5bbe4..7184443994b6 100644 --- a/llvm/test/Transforms/AtomicExpand/AArch64/lit.local.cfg +++ b/llvm/test/Transforms/AtomicExpand/AArch64/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AArch64' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/AtomicExpand/ARM/lit.local.cfg b/llvm/test/Transforms/AtomicExpand/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/Transforms/AtomicExpand/ARM/lit.local.cfg +++ b/llvm/test/Transforms/AtomicExpand/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/CodeExtractor/X86/lit.local.cfg b/llvm/test/Transforms/CodeExtractor/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/CodeExtractor/X86/lit.local.cfg +++ b/llvm/test/Transforms/CodeExtractor/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/CodeGenPrepare/AArch64/lit.local.cfg b/llvm/test/Transforms/CodeGenPrepare/AArch64/lit.local.cfg index cec29af5bbe4..7184443994b6 100644 --- a/llvm/test/Transforms/CodeGenPrepare/AArch64/lit.local.cfg +++ b/llvm/test/Transforms/CodeGenPrepare/AArch64/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AArch64' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/CodeGenPrepare/AMDGPU/lit.local.cfg b/llvm/test/Transforms/CodeGenPrepare/AMDGPU/lit.local.cfg index 6baccf05fff0..2a665f06be72 100644 --- a/llvm/test/Transforms/CodeGenPrepare/AMDGPU/lit.local.cfg +++ b/llvm/test/Transforms/CodeGenPrepare/AMDGPU/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AMDGPU' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/CodeGenPrepare/ARM/lit.local.cfg b/llvm/test/Transforms/CodeGenPrepare/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/Transforms/CodeGenPrepare/ARM/lit.local.cfg +++ b/llvm/test/Transforms/CodeGenPrepare/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/CodeGenPrepare/X86/lit.local.cfg b/llvm/test/Transforms/CodeGenPrepare/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/CodeGenPrepare/X86/lit.local.cfg +++ b/llvm/test/Transforms/CodeGenPrepare/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/ConstantHoisting/PowerPC/lit.local.cfg b/llvm/test/Transforms/ConstantHoisting/PowerPC/lit.local.cfg index 5d33887ff0a4..091332439b18 100644 --- a/llvm/test/Transforms/ConstantHoisting/PowerPC/lit.local.cfg +++ b/llvm/test/Transforms/ConstantHoisting/PowerPC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'PowerPC' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/ConstantHoisting/X86/lit.local.cfg b/llvm/test/Transforms/ConstantHoisting/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/ConstantHoisting/X86/lit.local.cfg +++ b/llvm/test/Transforms/ConstantHoisting/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/DivRemPairs/PowerPC/lit.local.cfg b/llvm/test/Transforms/DivRemPairs/PowerPC/lit.local.cfg index 5d33887ff0a4..091332439b18 100644 --- a/llvm/test/Transforms/DivRemPairs/PowerPC/lit.local.cfg +++ b/llvm/test/Transforms/DivRemPairs/PowerPC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'PowerPC' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/DivRemPairs/X86/lit.local.cfg b/llvm/test/Transforms/DivRemPairs/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/DivRemPairs/X86/lit.local.cfg +++ b/llvm/test/Transforms/DivRemPairs/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/ExpandMemCmp/X86/lit.local.cfg b/llvm/test/Transforms/ExpandMemCmp/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/ExpandMemCmp/X86/lit.local.cfg +++ b/llvm/test/Transforms/ExpandMemCmp/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/GlobalOpt/PowerPC/lit.local.cfg b/llvm/test/Transforms/GlobalOpt/PowerPC/lit.local.cfg index 5d33887ff0a4..091332439b18 100644 --- a/llvm/test/Transforms/GlobalOpt/PowerPC/lit.local.cfg +++ b/llvm/test/Transforms/GlobalOpt/PowerPC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'PowerPC' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/HardwareLoops/ARM/lit.local.cfg b/llvm/test/Transforms/HardwareLoops/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/Transforms/HardwareLoops/ARM/lit.local.cfg +++ b/llvm/test/Transforms/HardwareLoops/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/HotColdSplit/X86/lit.local.cfg b/llvm/test/Transforms/HotColdSplit/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/HotColdSplit/X86/lit.local.cfg +++ b/llvm/test/Transforms/HotColdSplit/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/InferAddressSpaces/AMDGPU/lit.local.cfg b/llvm/test/Transforms/InferAddressSpaces/AMDGPU/lit.local.cfg index 6baccf05fff0..2a665f06be72 100644 --- a/llvm/test/Transforms/InferAddressSpaces/AMDGPU/lit.local.cfg +++ b/llvm/test/Transforms/InferAddressSpaces/AMDGPU/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AMDGPU' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/Inline/PowerPC/lit.local.cfg b/llvm/test/Transforms/Inline/PowerPC/lit.local.cfg index 5d33887ff0a4..091332439b18 100644 --- a/llvm/test/Transforms/Inline/PowerPC/lit.local.cfg +++ b/llvm/test/Transforms/Inline/PowerPC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'PowerPC' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/Inline/X86/lit.local.cfg b/llvm/test/Transforms/Inline/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/Inline/X86/lit.local.cfg +++ b/llvm/test/Transforms/Inline/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/InstCombine/PowerPC/lit.local.cfg b/llvm/test/Transforms/InstCombine/PowerPC/lit.local.cfg index 5d33887ff0a4..091332439b18 100644 --- a/llvm/test/Transforms/InstCombine/PowerPC/lit.local.cfg +++ b/llvm/test/Transforms/InstCombine/PowerPC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'PowerPC' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/lit.local.cfg b/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/lit.local.cfg index 6baccf05fff0..2a665f06be72 100644 --- a/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/lit.local.cfg +++ b/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AMDGPU' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoadStoreVectorizer/NVPTX/lit.local.cfg b/llvm/test/Transforms/LoadStoreVectorizer/NVPTX/lit.local.cfg index a5e90f8e3c1d..2cb98eb371b2 100644 --- a/llvm/test/Transforms/LoadStoreVectorizer/NVPTX/lit.local.cfg +++ b/llvm/test/Transforms/LoadStoreVectorizer/NVPTX/lit.local.cfg @@ -1,3 +1,2 @@ if not 'NVPTX' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoadStoreVectorizer/X86/lit.local.cfg b/llvm/test/Transforms/LoadStoreVectorizer/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/LoadStoreVectorizer/X86/lit.local.cfg +++ b/llvm/test/Transforms/LoadStoreVectorizer/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoopIdiom/AMDGPU/lit.local.cfg b/llvm/test/Transforms/LoopIdiom/AMDGPU/lit.local.cfg index 6baccf05fff0..2a665f06be72 100644 --- a/llvm/test/Transforms/LoopIdiom/AMDGPU/lit.local.cfg +++ b/llvm/test/Transforms/LoopIdiom/AMDGPU/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AMDGPU' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoopIdiom/X86/lit.local.cfg b/llvm/test/Transforms/LoopIdiom/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/LoopIdiom/X86/lit.local.cfg +++ b/llvm/test/Transforms/LoopIdiom/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoopStrengthReduce/AMDGPU/lit.local.cfg b/llvm/test/Transforms/LoopStrengthReduce/AMDGPU/lit.local.cfg index 6baccf05fff0..2a665f06be72 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/AMDGPU/lit.local.cfg +++ b/llvm/test/Transforms/LoopStrengthReduce/AMDGPU/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AMDGPU' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg b/llvm/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg +++ b/llvm/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoopStrengthReduce/X86/lit.local.cfg b/llvm/test/Transforms/LoopStrengthReduce/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/X86/lit.local.cfg +++ b/llvm/test/Transforms/LoopStrengthReduce/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoopUnroll/AArch64/lit.local.cfg b/llvm/test/Transforms/LoopUnroll/AArch64/lit.local.cfg index cec29af5bbe4..7184443994b6 100644 --- a/llvm/test/Transforms/LoopUnroll/AArch64/lit.local.cfg +++ b/llvm/test/Transforms/LoopUnroll/AArch64/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AArch64' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoopUnroll/AMDGPU/lit.local.cfg b/llvm/test/Transforms/LoopUnroll/AMDGPU/lit.local.cfg index 6baccf05fff0..2a665f06be72 100644 --- a/llvm/test/Transforms/LoopUnroll/AMDGPU/lit.local.cfg +++ b/llvm/test/Transforms/LoopUnroll/AMDGPU/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AMDGPU' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoopUnroll/ARM/lit.local.cfg b/llvm/test/Transforms/LoopUnroll/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/Transforms/LoopUnroll/ARM/lit.local.cfg +++ b/llvm/test/Transforms/LoopUnroll/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoopUnroll/Hexagon/lit.local.cfg b/llvm/test/Transforms/LoopUnroll/Hexagon/lit.local.cfg index ba72ff632d4e..cc6a7edf05f3 100644 --- a/llvm/test/Transforms/LoopUnroll/Hexagon/lit.local.cfg +++ b/llvm/test/Transforms/LoopUnroll/Hexagon/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Hexagon' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoopUnroll/PowerPC/lit.local.cfg b/llvm/test/Transforms/LoopUnroll/PowerPC/lit.local.cfg index 5d33887ff0a4..091332439b18 100644 --- a/llvm/test/Transforms/LoopUnroll/PowerPC/lit.local.cfg +++ b/llvm/test/Transforms/LoopUnroll/PowerPC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'PowerPC' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoopUnroll/X86/lit.local.cfg b/llvm/test/Transforms/LoopUnroll/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/LoopUnroll/X86/lit.local.cfg +++ b/llvm/test/Transforms/LoopUnroll/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoopVectorize/AArch64/lit.local.cfg b/llvm/test/Transforms/LoopVectorize/AArch64/lit.local.cfg index 937cffb2c119..675f48e199a0 100644 --- a/llvm/test/Transforms/LoopVectorize/AArch64/lit.local.cfg +++ b/llvm/test/Transforms/LoopVectorize/AArch64/lit.local.cfg @@ -2,4 +2,3 @@ config.suffixes = ['.ll'] if not 'AArch64' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoopVectorize/ARM/lit.local.cfg b/llvm/test/Transforms/LoopVectorize/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/Transforms/LoopVectorize/ARM/lit.local.cfg +++ b/llvm/test/Transforms/LoopVectorize/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/LoopVectorize/PowerPC/lit.local.cfg b/llvm/test/Transforms/LoopVectorize/PowerPC/lit.local.cfg index 5d33887ff0a4..091332439b18 100644 --- a/llvm/test/Transforms/LoopVectorize/PowerPC/lit.local.cfg +++ b/llvm/test/Transforms/LoopVectorize/PowerPC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'PowerPC' in config.root.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 e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/LoopVectorize/X86/lit.local.cfg +++ b/llvm/test/Transforms/LoopVectorize/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/PGOProfile/X86/lit.local.cfg b/llvm/test/Transforms/PGOProfile/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/PGOProfile/X86/lit.local.cfg +++ b/llvm/test/Transforms/PGOProfile/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/SLPVectorizer/AMDGPU/lit.local.cfg b/llvm/test/Transforms/SLPVectorizer/AMDGPU/lit.local.cfg index 6baccf05fff0..2a665f06be72 100644 --- a/llvm/test/Transforms/SLPVectorizer/AMDGPU/lit.local.cfg +++ b/llvm/test/Transforms/SLPVectorizer/AMDGPU/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AMDGPU' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/SLPVectorizer/SystemZ/lit.local.cfg b/llvm/test/Transforms/SLPVectorizer/SystemZ/lit.local.cfg index 5c02dd3614a4..2f3cf7d3f043 100644 --- a/llvm/test/Transforms/SLPVectorizer/SystemZ/lit.local.cfg +++ b/llvm/test/Transforms/SLPVectorizer/SystemZ/lit.local.cfg @@ -1,3 +1,2 @@ if not 'SystemZ' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/SLPVectorizer/X86/lit.local.cfg b/llvm/test/Transforms/SLPVectorizer/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/SLPVectorizer/X86/lit.local.cfg +++ b/llvm/test/Transforms/SLPVectorizer/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/SafeStack/AArch64/lit.local.cfg b/llvm/test/Transforms/SafeStack/AArch64/lit.local.cfg index cec29af5bbe4..7184443994b6 100644 --- a/llvm/test/Transforms/SafeStack/AArch64/lit.local.cfg +++ b/llvm/test/Transforms/SafeStack/AArch64/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AArch64' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/SafeStack/ARM/lit.local.cfg b/llvm/test/Transforms/SafeStack/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/Transforms/SafeStack/ARM/lit.local.cfg +++ b/llvm/test/Transforms/SafeStack/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/SafeStack/X86/lit.local.cfg b/llvm/test/Transforms/SafeStack/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/SafeStack/X86/lit.local.cfg +++ b/llvm/test/Transforms/SafeStack/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/SeparateConstOffsetFromGEP/AMDGPU/lit.local.cfg b/llvm/test/Transforms/SeparateConstOffsetFromGEP/AMDGPU/lit.local.cfg index 6baccf05fff0..2a665f06be72 100644 --- a/llvm/test/Transforms/SeparateConstOffsetFromGEP/AMDGPU/lit.local.cfg +++ b/llvm/test/Transforms/SeparateConstOffsetFromGEP/AMDGPU/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AMDGPU' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/lit.local.cfg b/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/lit.local.cfg index a5e90f8e3c1d..2cb98eb371b2 100644 --- a/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/lit.local.cfg +++ b/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/lit.local.cfg @@ -1,3 +1,2 @@ if not 'NVPTX' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/SimplifyCFG/SPARC/lit.local.cfg b/llvm/test/Transforms/SimplifyCFG/SPARC/lit.local.cfg index fa6a54e50132..d86c9e6d943a 100644 --- a/llvm/test/Transforms/SimplifyCFG/SPARC/lit.local.cfg +++ b/llvm/test/Transforms/SimplifyCFG/SPARC/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Sparc' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/SimplifyCFG/X86/lit.local.cfg b/llvm/test/Transforms/SimplifyCFG/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/SimplifyCFG/X86/lit.local.cfg +++ b/llvm/test/Transforms/SimplifyCFG/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/StackProtector/X86/lit.local.cfg b/llvm/test/Transforms/StackProtector/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/Transforms/StackProtector/X86/lit.local.cfg +++ b/llvm/test/Transforms/StackProtector/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/Transforms/ThinLTOBitcodeWriter/x86/lit.local.cfg b/llvm/test/Transforms/ThinLTOBitcodeWriter/x86/lit.local.cfg index 8c2d62df2c41..516aae89326b 100644 --- a/llvm/test/Transforms/ThinLTOBitcodeWriter/x86/lit.local.cfg +++ b/llvm/test/Transforms/ThinLTOBitcodeWriter/x86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/tools/dsymutil/ARM/lit.local.cfg b/llvm/test/tools/dsymutil/ARM/lit.local.cfg index 442cd554bfed..ba88b6489112 100644 --- a/llvm/test/tools/dsymutil/ARM/lit.local.cfg +++ b/llvm/test/tools/dsymutil/ARM/lit.local.cfg @@ -4,4 +4,3 @@ if not 'AArch64' in config.root.targets: config.unsupported = True config.suffixes = ['.test', '.cpp', '.c'] - diff --git a/llvm/test/tools/llvm-lib/lit.local.cfg b/llvm/test/tools/llvm-lib/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/tools/llvm-lib/lit.local.cfg +++ b/llvm/test/tools/llvm-lib/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/tools/llvm-lto2/X86/lit.local.cfg b/llvm/test/tools/llvm-lto2/X86/lit.local.cfg index b74476158165..afde89be896d 100644 --- a/llvm/test/tools/llvm-lto2/X86/lit.local.cfg +++ b/llvm/test/tools/llvm-lto2/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/tools/llvm-mc/lit.local.cfg b/llvm/test/tools/llvm-mc/lit.local.cfg index a1bda0f1fdc8..eb099c463f00 100644 --- a/llvm/test/tools/llvm-mc/lit.local.cfg +++ b/llvm/test/tools/llvm-mc/lit.local.cfg @@ -1,4 +1,3 @@ # Requires a non-empty default triple for these tests if 'default_triple' not in config.available_features: config.unsupported = True - diff --git a/llvm/test/tools/llvm-mca/SystemZ/lit.local.cfg b/llvm/test/tools/llvm-mca/SystemZ/lit.local.cfg index 5c02dd3614a4..2f3cf7d3f043 100644 --- a/llvm/test/tools/llvm-mca/SystemZ/lit.local.cfg +++ b/llvm/test/tools/llvm-mca/SystemZ/lit.local.cfg @@ -1,3 +1,2 @@ if not 'SystemZ' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/tools/llvm-mca/X86/lit.local.cfg b/llvm/test/tools/llvm-mca/X86/lit.local.cfg index e71f3cc4c41e..c8625f4d9d24 100644 --- a/llvm/test/tools/llvm-mca/X86/lit.local.cfg +++ b/llvm/test/tools/llvm-mca/X86/lit.local.cfg @@ -1,3 +1,2 @@ if not 'X86' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/tools/llvm-mca/lit.local.cfg b/llvm/test/tools/llvm-mca/lit.local.cfg index a1bda0f1fdc8..eb099c463f00 100644 --- a/llvm/test/tools/llvm-mca/lit.local.cfg +++ b/llvm/test/tools/llvm-mca/lit.local.cfg @@ -1,4 +1,3 @@ # Requires a non-empty default triple for these tests if 'default_triple' not in config.available_features: config.unsupported = True - diff --git a/llvm/test/tools/llvm-objdump/Mips/lit.local.cfg b/llvm/test/tools/llvm-objdump/Mips/lit.local.cfg index a3183a25afaa..7d12f7a9c564 100644 --- a/llvm/test/tools/llvm-objdump/Mips/lit.local.cfg +++ b/llvm/test/tools/llvm-objdump/Mips/lit.local.cfg @@ -1,3 +1,2 @@ if not 'Mips' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/tools/llvm-readobj/AArch64/lit.local.cfg b/llvm/test/tools/llvm-readobj/AArch64/lit.local.cfg index cec29af5bbe4..7184443994b6 100644 --- a/llvm/test/tools/llvm-readobj/AArch64/lit.local.cfg +++ b/llvm/test/tools/llvm-readobj/AArch64/lit.local.cfg @@ -1,3 +1,2 @@ if not 'AArch64' in config.root.targets: config.unsupported = True - diff --git a/llvm/test/tools/llvm-readobj/ARM/lit.local.cfg b/llvm/test/tools/llvm-readobj/ARM/lit.local.cfg index 98c6700c209d..236e1d344166 100644 --- a/llvm/test/tools/llvm-readobj/ARM/lit.local.cfg +++ b/llvm/test/tools/llvm-readobj/ARM/lit.local.cfg @@ -1,3 +1,2 @@ if not 'ARM' in config.root.targets: config.unsupported = True -