Be sure we run ARM tests only when an ARM backend is present.
authorAdrian Prantl <aprantl@apple.com>
Mon, 16 Sep 2013 23:48:45 +0000 (23:48 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 16 Sep 2013 23:48:45 +0000 (23:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190822 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/ARM/lit.local.cfg [new file with mode: 0644]

diff --git a/test/DebugInfo/ARM/lit.local.cfg b/test/DebugInfo/ARM/lit.local.cfg
new file mode 100644 (file)
index 0000000..8a3ba96
--- /dev/null
@@ -0,0 +1,4 @@
+targets = set(config.root.targets_to_build.split())
+if not 'ARM' in targets:
+    config.unsupported = True
+