[llvm] r271698 - [sancov] Disable these tests if there is no X86 backend

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 3 11:07:32 PDT 2016


Author: rnk
Date: Fri Jun  3 13:07:32 2016
New Revision: 271698

URL: http://llvm.org/viewvc/llvm-project?rev=271698&view=rev
Log:
[sancov] Disable these tests if there is no X86 backend

Copied from test/CodeGen/X86

Added:
    llvm/trunk/test/tools/sancov/lit.local.cfg

Added: llvm/trunk/test/tools/sancov/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/sancov/lit.local.cfg?rev=271698&view=auto
==============================================================================
--- llvm/trunk/test/tools/sancov/lit.local.cfg (added)
+++ llvm/trunk/test/tools/sancov/lit.local.cfg Fri Jun  3 13:07:32 2016
@@ -0,0 +1,4 @@
+# These tests require a registered x86 backend.
+
+if not 'X86' in config.root.targets:
+    config.unsupported = True




More information about the llvm-commits mailing list