Only run the tests in test/Object/ARM if we have ARM support.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 19 Apr 2013 12:47:53 +0000 (12:47 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 19 Apr 2013 12:47:53 +0000 (12:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179850 91177308-0d34-0410-b5e6-96231b3b80d8

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

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