summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/ARC/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/ARM/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/AVR/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/Generic/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/Hexagon/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/Lanai/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/MIR/Generic/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/MSP430/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/Mips/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/PowerPC/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/SPARC/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/SystemZ/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/Thumb/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/Thumb2/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/WinEH/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/X86/GC/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/X86/lit.local.cfg1
-rw-r--r--llvm/test/CodeGen/XCore/lit.local.cfg1
18 files changed, 0 insertions, 18 deletions
diff --git a/llvm/test/CodeGen/ARC/lit.local.cfg b/llvm/test/CodeGen/ARC/lit.local.cfg
index 9070deb0db5..fc3d380e30c 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 98c6700c209..236e1d34416 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 efbb6c4ba44..908656a3ee4 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 f22d4aabd73..1eae465c125 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 ba72ff632d4..cc6a7edf05f 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 3f30d055364..f1b8b4f4e21 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 f3f03bd7047..b2fc1412af2 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 b1cf1fbd21d..4ad9495c56f 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 a3183a25afa..7d12f7a9c56 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 5d33887ff0a..091332439b1 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 fa6a54e5013..d86c9e6d943 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 5c02dd3614a..2f3cf7d3f04 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 98c6700c209..236e1d34416 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 98c6700c209..236e1d34416 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 67905d7e06e..f5566ca3b37 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 e71f3cc4c41..c8625f4d9d2 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 4a1dd86abc4..57054f24c20 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 0b947bbbb85..bb48713fe33 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
-
OpenPOWER on IntegriCloud