From: Rui Ueyama Date: Fri, 27 Sep 2013 21:26:38 +0000 (+0000) Subject: Resurrect lit.local.cfg to un-break hexagon buildbot. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bdd92883dd72dcd3bf1e636551124763ce9b7f31;p=oota-llvm.git 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 --- diff --git a/test/tools/llvm-objdump/lit.local.cfg b/test/tools/llvm-objdump/lit.local.cfg new file mode 100644 index 00000000000..19840aa7574 --- /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