summaryrefslogtreecommitdiff
path: root/test/DebugInfo/ARM
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2013-09-16 23:48:45 +0000
committerAdrian Prantl <aprantl@apple.com>2013-09-16 23:48:45 +0000
commit3d6ce062dcab3970ba3ed5d8e768dde4c2b68116 (patch)
tree0b84ccb42406c3381e18663afd6cbe6a931ffec6 /test/DebugInfo/ARM
parent818833f27929d650b4323774cd3660860588f687 (diff)
downloadllvm-3d6ce062dcab3970ba3ed5d8e768dde4c2b68116.tar.gz
llvm-3d6ce062dcab3970ba3ed5d8e768dde4c2b68116.tar.bz2
llvm-3d6ce062dcab3970ba3ed5d8e768dde4c2b68116.tar.xz
Be sure we run ARM tests only when an ARM backend is present.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190822 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/ARM')
-rw-r--r--test/DebugInfo/ARM/lit.local.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/DebugInfo/ARM/lit.local.cfg b/test/DebugInfo/ARM/lit.local.cfg
new file mode 100644
index 0000000000..8a3ba96497
--- /dev/null
+++ b/test/DebugInfo/ARM/lit.local.cfg
@@ -0,0 +1,4 @@
+targets = set(config.root.targets_to_build.split())
+if not 'ARM' in targets:
+ config.unsupported = True
+