summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2014-01-28 21:47:33 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2014-01-28 21:47:33 +0000
commitece65e3bf9c318c53b6ac0052e1b3762bd69524c (patch)
tree72e1c02c1c1401d1a98d3b68c2d029288d1004cb
parent38afdbea2c6962a3a808400a4d50345d18ccecfd (diff)
downloadllvm-ece65e3bf9c318c53b6ac0052e1b3762bd69524c.tar.gz
llvm-ece65e3bf9c318c53b6ac0052e1b3762bd69524c.tar.bz2
llvm-ece65e3bf9c318c53b6ac0052e1b3762bd69524c.tar.xz
Disable the COFF tests on non-X86 archs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200341 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/DebugInfo/COFF/lit.local.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/DebugInfo/COFF/lit.local.cfg b/test/DebugInfo/COFF/lit.local.cfg
new file mode 100644
index 0000000000..19840aa757
--- /dev/null
+++ b/test/DebugInfo/COFF/lit.local.cfg
@@ -0,0 +1,3 @@
+targets = set(config.root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True