1
0
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:
Fangrui Song 2019-06-17 09:51:07 +00:00
parent 8c37b784cb
commit 921cf42d37
135 changed files with 0 additions and 135 deletions

View File

@ -1,3 +1,2 @@
if not 'ARM' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'PowerPC' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'RISCV' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'ARC' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'ARM' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'AVR' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not config.target_triple:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'Hexagon' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'Lanai' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if 'native' not in config.available_features:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'MSP430' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'Mips' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'PowerPC' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'Sparc' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'SystemZ' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'ARM' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'ARM' in config.root.targets:
config.unsupported = True

View File

@ -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

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -8,4 +8,3 @@ config.suffixes = ['.ll', '.mir', '.test', '.txt']
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'XCore' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'AArch64' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'ARM' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not config.target_triple:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'AArch64' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'ARM' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'Mips' in config.root.targets:
config.unsupported = True

View File

@ -1,2 +1 @@
config.suffixes = ['.mir']

View File

@ -1,3 +1,2 @@
if not 'SystemZ' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'AArch64' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'ARM' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'Mips' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'PowerPC' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'SystemZ' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not config.root.llvm_use_intel_jitevents:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'ARM' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'AVR' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'BPF' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'ARM' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if 'AArch64' not in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'ARC' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'ARM' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'Hexagon' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'Lanai' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'MSP430' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'Mips' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'PowerPC' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'RISCV' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'Sparc' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'SystemZ' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'WebAssembly' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'Hexagon' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'Lanai' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'MSP430' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'AArch64' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'ARM' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'Mips' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'RISCV' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'Sparc' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'AArch64' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'ARM' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'AArch64' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'AMDGPU' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'ARM' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'PowerPC' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'PowerPC' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'PowerPC' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'ARM' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'AMDGPU' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'PowerPC' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'PowerPC' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'AMDGPU' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'NVPTX' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'AMDGPU' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True

View File

@ -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