LibDriver tests require x86 target.
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 20 Jun 2015 01:14:37 +0000 (01:14 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 20 Jun 2015 01:14:37 +0000 (01:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240205 91177308-0d34-0410-b5e6-96231b3b80d8

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

diff --git a/test/LibDriver/lit.local.cfg b/test/LibDriver/lit.local.cfg
new file mode 100644 (file)
index 0000000..e71f3cc
--- /dev/null
@@ -0,0 +1,3 @@
+if not 'X86' in config.root.targets:
+    config.unsupported = True
+