[llvm] r190822 - Be sure we run ARM tests only when an ARM backend is present.

Adrian Prantl aprantl at apple.com
Mon Sep 16 16:48:46 PDT 2013


Author: adrian
Date: Mon Sep 16 18:48:45 2013
New Revision: 190822

URL: http://llvm.org/viewvc/llvm-project?rev=190822&view=rev
Log:
Be sure we run ARM tests only when an ARM backend is present.

Added:
    llvm/trunk/test/DebugInfo/ARM/lit.local.cfg

Added: llvm/trunk/test/DebugInfo/ARM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/ARM/lit.local.cfg?rev=190822&view=auto
==============================================================================
--- llvm/trunk/test/DebugInfo/ARM/lit.local.cfg (added)
+++ llvm/trunk/test/DebugInfo/ARM/lit.local.cfg Mon Sep 16 18:48:45 2013
@@ -0,0 +1,4 @@
+targets = set(config.root.targets_to_build.split())
+if not 'ARM' in targets:
+    config.unsupported = True
+





More information about the llvm-commits mailing list