summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-06-03 18:07:32 +0000
committerReid Kleckner <rnk@google.com>2016-06-03 18:07:32 +0000
commit98df480c8e343aa42d61c0052504b775604e5272 (patch)
tree9c99de5d8b6740ead20b448b14496aa286abc8fe /llvm/test
parent3c1782f23b9b8c4a92c407d4b3caad708d9e8e2f (diff)
downloadbcm5719-llvm-98df480c8e343aa42d61c0052504b775604e5272.tar.gz
bcm5719-llvm-98df480c8e343aa42d61c0052504b775604e5272.zip
[sancov] Disable these tests if there is no X86 backend
Copied from test/CodeGen/X86 llvm-svn: 271698
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/tools/sancov/lit.local.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/tools/sancov/lit.local.cfg b/llvm/test/tools/sancov/lit.local.cfg
new file mode 100644
index 00000000000..456c28b3cef
--- /dev/null
+++ b/llvm/test/tools/sancov/lit.local.cfg
@@ -0,0 +1,4 @@
+# These tests require a registered x86 backend.
+
+if not 'X86' in config.root.targets:
+ config.unsupported = True
OpenPOWER on IntegriCloud