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)
llvm-svn: 240205

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

diff --git a/llvm/test/LibDriver/lit.local.cfg b/llvm/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
+