Resurrect lit.local.cfg to un-break hexagon buildbot.
authorRui Ueyama <ruiu@google.com>
Fri, 27 Sep 2013 21:26:38 +0000 (21:26 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 27 Sep 2013 21:26:38 +0000 (21:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191565 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-objdump/lit.local.cfg [new file with mode: 0644]

diff --git a/test/tools/llvm-objdump/lit.local.cfg b/test/tools/llvm-objdump/lit.local.cfg
new file mode 100644 (file)
index 0000000..19840aa
--- /dev/null
@@ -0,0 +1,3 @@
+targets = set(config.root.targets_to_build.split())
+if not 'X86' in targets:
+    config.unsupported = True