mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[lit] Delete empty lines at the end of lit.local.cfg NFC
llvm-svn: 363538
This commit is contained in:
parent
8c37b784cb
commit
921cf42d37
@ -1,3 +1,2 @@
|
||||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'PowerPC' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'RISCV' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'ARC' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'AVR' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not config.target_triple:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'Hexagon' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'Lanai' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if 'native' not in config.available_features:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'MSP430' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'Mips' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'PowerPC' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'Sparc' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'SystemZ' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -8,4 +8,3 @@ config.suffixes = ['.ll', '.mir', '.test', '.txt']
|
||||
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'XCore' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'AArch64' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not config.target_triple:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'AArch64' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'Mips' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,2 +1 @@
|
||||
config.suffixes = ['.mir']
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'SystemZ' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'AArch64' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'Mips' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'PowerPC' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'SystemZ' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not config.root.llvm_use_intel_jitevents:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'AVR' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'BPF' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if 'AArch64' not in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'ARC' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'Hexagon' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'Lanai' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'MSP430' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'Mips' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'PowerPC' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'RISCV' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'Sparc' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'SystemZ' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'WebAssembly' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'Hexagon' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'Lanai' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'MSP430' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'AArch64' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'Mips' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'RISCV' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'Sparc' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'AArch64' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'AArch64' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'AMDGPU' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'PowerPC' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'PowerPC' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'PowerPC' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'AMDGPU' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'PowerPC' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'PowerPC' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'AMDGPU' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'NVPTX' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'AMDGPU' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
if not 'AMDGPU' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user