From 3d6ce062dcab3970ba3ed5d8e768dde4c2b68116 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Mon, 16 Sep 2013 23:48:45 +0000 Subject: 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 --- test/DebugInfo/ARM/lit.local.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/DebugInfo/ARM/lit.local.cfg (limited to 'test/DebugInfo/ARM') 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 + -- cgit v1.2.3