summaryrefslogtreecommitdiff
path: root/test/DebugInfo/PowerPC/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/PowerPC/lit.local.cfg')
-rw-r--r--test/DebugInfo/PowerPC/lit.local.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/DebugInfo/PowerPC/lit.local.cfg b/test/DebugInfo/PowerPC/lit.local.cfg
new file mode 100644
index 0000000000..112a1c3456
--- /dev/null
+++ b/test/DebugInfo/PowerPC/lit.local.cfg
@@ -0,0 +1,5 @@
+config.suffixes = ['.ll', '.s']
+
+targets = set(config.root.targets_to_build.split())
+if not 'PowerPC' in targets:
+ config.unsupported = True