aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-09-27 21:26:38 +0000
committerRui Ueyama <ruiu@google.com>2013-09-27 21:26:38 +0000
commitbdd92883dd72dcd3bf1e636551124763ce9b7f31 (patch)
tree6e59230c913c50004aa6a8850240b21060b34c54 /test/tools
parent9e93ba225f9f4d0cfab175b73d2a744d01104451 (diff)
downloadexternal_llvm-bdd92883dd72dcd3bf1e636551124763ce9b7f31.zip
external_llvm-bdd92883dd72dcd3bf1e636551124763ce9b7f31.tar.gz
external_llvm-bdd92883dd72dcd3bf1e636551124763ce9b7f31.tar.bz2
Resurrect lit.local.cfg to un-break hexagon buildbot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191565 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tools')
-rw-r--r--test/tools/llvm-objdump/lit.local.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tools/llvm-objdump/lit.local.cfg b/test/tools/llvm-objdump/lit.local.cfg
new file mode 100644
index 0000000..19840aa
--- /dev/null
+++ b/test/tools/llvm-objdump/lit.local.cfg
@@ -0,0 +1,3 @@
+targets = set(config.root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True